Html Css Color HEX #9C6202 Golden Brown

📋 copy color: '#9C6202'

red 156 ◦ green 98 ◦ blue 2

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

Shades of Golden Brown #9C6202

Tints of Golden Brown #9C6202

RGB

 RED value IS 156 (61.33% from 255) = 60.94%

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 60.94%
G = 38.28%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C6202 (or 0x9C6202) is known color: Golden Brown. HEX triplet: 9C, 62 and 02. RGB value is (156,98,2). Sum of RGB (Red+Green+Blue) = 156+98+2=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6202 is #639DFD. Grayscale: #686868. Windows color (decimal): -6528510 or 156316. OLE color: 156316.

HSL color Cylindrical-coordinate representation of color #9C6202: hue angle of 37.4º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C6202 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 2 -
CMYK 0 0.37 0.99 0.39
HSL 37.4º 0.97% 0.31% -
HSV(B) 37.4º 0.99% 0.61% -
XYZ 18.09 15.81 2.16 -
YUV 104.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 156 98 2 0 0.37 0.99 0.39 37.4 0.97 0.31
Hex 9C 62 2 0 25 63 27 25 61 1F
Octal 234 142 2 0 45 143 47 45 141 37
Binary 10011100 1100010 10 0 100101 1100011 100111 100101 1100001 11111

Color Harmonies of #9C6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6202

Black with #9C6202

Text Example


Text Example

White with #9C6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6202; }

 p { color: rgb(156,98,2); }

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

background-color css

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

 a { background-color: rgb(156,98,2); }

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

border-color css

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

 span { border-color: rgb(156,98,2); }

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