Html Css Color HEX #685227 Horses Neck

📋 copy color: '#685227'

red 104 ◦ green 82 ◦ blue 39

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

Shades of Horses Neck #685227

Tints of Horses Neck #685227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 46.22%
G = 36.44%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#685227 (or 0x685227) is known color: Horses Neck. HEX triplet: 68, 52 and 27. RGB value is (104,82,39). Sum of RGB (Red+Green+Blue) = 104+82+39=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #685227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685227 is #97ADD8. Grayscale: #535353. Windows color (decimal): -9940441 or 2577000. OLE color: 2577000.

HSL color Cylindrical-coordinate representation of color #685227: hue angle of 39.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685227 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 39 -
CMYK 0 0.21 0.62 0.59
HSL 39.69º 0.45% 0.28% -
HSV(B) 39.69º 0.63% 0.41% -
XYZ 9.09 9.12 3.2 -
YUV 83.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 104 82 39 0 0.21 0.62 0.59 39.69 0.45 0.28
Hex 68 52 27 0 15 3E 3B 28 2D 1C
Octal 150 122 47 0 25 76 73 50 55 34
Binary 1101000 1010010 100111 0 10101 111110 111011 101000 101101 11100

Color Harmonies of #685227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685227

Black with #685227

Text Example


Text Example

White with #685227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685227; }

 p { color: rgb(104,82,39); }

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

background-color css

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

 a { background-color: rgb(104,82,39); }

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

border-color css

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

 span { border-color: rgb(104,82,39); }

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