Html Css Color HEX #6F5820 Horses Neck

📋 copy color: '#6F5820'

red 111 ◦ green 88 ◦ blue 32

#6F5820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horses Neck #6F5820

Tints of Horses Neck #6F5820

RGB

 RED value IS 111 (43.75% from 255) = 48.05%

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 48.05%
G = 38.1%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F5820 (or 0x6F5820) is known color: Horses Neck. HEX triplet: 6F, 58 and 20. RGB value is (111,88,32). Sum of RGB (Red+Green+Blue) = 111+88+32=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5820 is #90A7DF. Grayscale: #585858. Windows color (decimal): -9480160 or 2119791. OLE color: 2119791.

HSL color Cylindrical-coordinate representation of color #6F5820: hue angle of 42.53º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F5820 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 88 32 -
CMYK 0 0.21 0.71 0.56
HSL 42.53º 0.55% 0.28% -
HSV(B) 42.53º 0.71% 0.44% -
XYZ 10.31 10.46 2.84 -
YUV 88.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 111 88 32 0 0.21 0.71 0.56 42.53 0.55 0.28
Hex 6F 58 20 0 15 47 38 2B 37 1C
Octal 157 130 40 0 25 107 70 53 67 34
Binary 1101111 1011000 100000 0 10101 1000111 111000 101011 110111 11100

Color Harmonies of #6F5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5820

Black with #6F5820

Text Example


Text Example

White with #6F5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F5820; }

 p { color: rgb(111,88,32); }

 H1.HeaderClassName
 {
   color: #6F5820;
 }
 .AnyTagClassName
 {
   color: #6F5820;
 }
</style>

background-color css

<style>
 a { background-color: #6F5820; }

 a { background-color: rgb(111,88,32); }

 div.DivClassName
 {
   background-color: #6F5820;
 }
 .BgClassName
 {
   background-color: #6F5820;
 }
</style>

border-color css

<style>
 span { border-color: #6F5820; }

 span { border-color: rgb(111,88,32); }

 td.TdClassName
 {
   border-color: #6F5820;
 }
 .TagClassName
 {
   border-color: #6F5820;
 }
</style>