Html Css Color HEX #8C6002 Golden Brown

📋 copy color: '#8C6002'

red 140 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #8C6002

Tints of Golden Brown #8C6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 58.82%
G = 40.34%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C6002 (or 0x8C6002) is known color: Golden Brown. HEX triplet: 8C, 60 and 02. RGB value is (140,96,2). Sum of RGB (Red+Green+Blue) = 140+96+2=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6002 is #739FFD. Grayscale: #626262. Windows color (decimal): -7577598 or 155788. OLE color: 155788.

HSL color Cylindrical-coordinate representation of color #8C6002: hue angle of 40.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C6002 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 96 2 -
CMYK 0 0.31 0.99 0.45
HSL 40.87º 0.97% 0.28% -
HSV(B) 40.87º 0.99% 0.55% -
XYZ 15.01 13.95 1.96 -
YUV 98.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 140 96 2 0 0.31 0.99 0.45 40.87 0.97 0.28
Hex 8C 60 2 0 1F 63 2D 29 61 1C
Octal 214 140 2 0 37 143 55 51 141 34
Binary 10001100 1100000 10 0 11111 1100011 101101 101001 1100001 11100

Color Harmonies of #8C6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6002

Black with #8C6002

Text Example


Text Example

White with #8C6002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,2); }

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

background-color css

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

 a { background-color: rgb(140,96,2); }

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

border-color css

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

 span { border-color: rgb(140,96,2); }

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