Html Css Color HEX #684F21 Horses Neck

📋 copy color: '#684F21'

red 104 ◦ green 79 ◦ blue 33

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

Shades of Horses Neck #684F21

Tints of Horses Neck #684F21

RGB

 RED value IS 104 (41.02% from 255) = 48.15%

 GREEN value IS 79 (31.25% from 255) = 36.57%

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 48.15%
G = 36.57%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#684F21 (or 0x684F21) is known color: Horses Neck. HEX triplet: 68, 4F and 21. RGB value is (104,79,33). Sum of RGB (Red+Green+Blue) = 104+79+33=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #684F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F21 is #97B0DE. Grayscale: #515151. Windows color (decimal): -9941215 or 2183016. OLE color: 2183016.

HSL color Cylindrical-coordinate representation of color #684F21: hue angle of 38.87º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #684F21 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 33 -
CMYK 0 0.24 0.68 0.59
HSL 38.87º 0.52% 0.27% -
HSV(B) 38.87º 0.68% 0.41% -
XYZ 8.78 8.64 2.64 -
YUV 81.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 104 79 33 0 0.24 0.68 0.59 38.87 0.52 0.27
Hex 68 4F 21 0 18 44 3B 27 34 1B
Octal 150 117 41 0 30 104 73 47 64 33
Binary 1101000 1001111 100001 0 11000 1000100 111011 100111 110100 11011

Color Harmonies of #684F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F21

Black with #684F21

Text Example


Text Example

White with #684F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684F21; }

 p { color: rgb(104,79,33); }

 H1.HeaderClassName
 {
   color: #684F21;
 }
 .AnyTagClassName
 {
   color: #684F21;
 }
</style>

background-color css

<style>
 a { background-color: #684F21; }

 a { background-color: rgb(104,79,33); }

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

border-color css

<style>
 span { border-color: #684F21; }

 span { border-color: rgb(104,79,33); }

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