Html Css Color HEX #9C610B Golden Brown

📋 copy color: '#9C610B'

red 156 ◦ green 97 ◦ blue 11

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

Shades of Golden Brown #9C610B

Tints of Golden Brown #9C610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 59.09%
G = 36.74%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C610B (or 0x9C610B) is known color: Golden Brown. HEX triplet: 9C, 61 and 0B. RGB value is (156,97,11). Sum of RGB (Red+Green+Blue) = 156+97+11=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C610B is #639EF4. Grayscale: #696969. Windows color (decimal): -6528757 or 745884. OLE color: 745884.

HSL color Cylindrical-coordinate representation of color #9C610B: hue angle of 35.59º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C610B is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 97 11 -
CMYK 0 0.38 0.93 0.39
HSL 35.59º 0.87% 0.33% -
HSV(B) 35.59º 0.93% 0.61% -
XYZ 18.05 15.64 2.38 -
YUV 104.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 156 97 11 0 0.38 0.93 0.39 35.59 0.87 0.33
Hex 9C 61 B 0 26 5D 27 24 57 21
Octal 234 141 13 0 46 135 47 44 127 41
Binary 10011100 1100001 1011 0 100110 1011101 100111 100100 1010111 100001

Color Harmonies of #9C610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C610B

Black with #9C610B

Text Example


Text Example

White with #9C610B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,97,11); }

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

background-color css

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

 a { background-color: rgb(156,97,11); }

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

border-color css

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

 span { border-color: rgb(156,97,11); }

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