Html Css Color HEX #8C6616 Golden Brown

📋 copy color: '#8C6616'

red 140 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #8C6616

Tints of Golden Brown #8C6616

RGB

 RED value IS 140 (55.08% from 255) = 53.03%

 GREEN value IS 102 (40.23% from 255) = 38.64%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 53.03%
G = 38.64%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C6616 (or 0x8C6616) is known color: Golden Brown. HEX triplet: 8C, 66 and 16. RGB value is (140,102,22). Sum of RGB (Red+Green+Blue) = 140+102+22=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6616 is #7399E9. Grayscale: #686868. Windows color (decimal): -7576042 or 1468044. OLE color: 1468044.

HSL color Cylindrical-coordinate representation of color #8C6616: hue angle of 40.68º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C6616 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 102 22 -
CMYK 0 0.27 0.84 0.45
HSL 40.68º 0.73% 0.32% -
HSV(B) 40.68º 0.84% 0.55% -
XYZ 15.71 15.14 2.85 -
YUV 104.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 140 102 22 0 0.27 0.84 0.45 40.68 0.73 0.32
Hex 8C 66 16 0 1B 54 2D 29 49 20
Octal 214 146 26 0 33 124 55 51 111 40
Binary 10001100 1100110 10110 0 11011 1010100 101101 101001 1001001 100000

Color Harmonies of #8C6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6616

Black with #8C6616

Text Example


Text Example

White with #8C6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6616; }

 p { color: rgb(140,102,22); }

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

background-color css

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

 a { background-color: rgb(140,102,22); }

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

border-color css

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

 span { border-color: rgb(140,102,22); }

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