Html Css Color HEX #9C6302 Golden Brown

📋 copy color: '#9C6302'

red 156 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #9C6302

Tints of Golden Brown #9C6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 60.7%
G = 38.52%
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

#9C6302 (or 0x9C6302) is known color: Golden Brown. HEX triplet: 9C, 63 and 02. RGB value is (156,99,2). Sum of RGB (Red+Green+Blue) = 156+99+2=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6302 is #639CFD. Grayscale: #696969. Windows color (decimal): -6528254 or 156572. OLE color: 156572.

HSL color Cylindrical-coordinate representation of color #9C6302: hue angle of 37.79º 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 #9C6302 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 2 -
CMYK 0 0.37 0.99 0.39
HSL 37.79º 0.97% 0.31% -
HSV(B) 37.79º 0.99% 0.61% -
XYZ 18.18 16 2.19 -
YUV 104.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 156 99 2 0 0.37 0.99 0.39 37.79 0.97 0.31
Hex 9C 63 2 0 25 63 27 26 61 1F
Octal 234 143 2 0 45 143 47 46 141 37
Binary 10011100 1100011 10 0 100101 1100011 100111 100110 1100001 11111

Color Harmonies of #9C6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6302

Black with #9C6302

Text Example


Text Example

White with #9C6302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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