Html Css Color HEX #9C6711 Golden Brown

📋 copy color: '#9C6711'

red 156 ◦ green 103 ◦ blue 17

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

Shades of Golden Brown #9C6711

Tints of Golden Brown #9C6711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 56.52%
G = 37.32%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C6711 (or 0x9C6711) is known color: Golden Brown. HEX triplet: 9C, 67 and 11. RGB value is (156,103,17). Sum of RGB (Red+Green+Blue) = 156+103+17=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6711 is #6398EE. Grayscale: #6D6D6D. Windows color (decimal): -6527215 or 1140636. OLE color: 1140636.

HSL color Cylindrical-coordinate representation of color #9C6711: hue angle of 37.12º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C6711 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 103 17 -
CMYK 0 0.34 0.89 0.39
HSL 37.12º 0.8% 0.34% -
HSV(B) 37.12º 0.89% 0.61% -
XYZ 18.66 16.81 2.79 -
YUV 109.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 156 103 17 0 0.34 0.89 0.39 37.12 0.8 0.34
Hex 9C 67 11 0 22 59 27 25 50 22
Octal 234 147 21 0 42 131 47 45 120 42
Binary 10011100 1100111 10001 0 100010 1011001 100111 100101 1010000 100010

Color Harmonies of #9C6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6711

Black with #9C6711

Text Example


Text Example

White with #9C6711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,103,17); }

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

background-color css

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

 a { background-color: rgb(156,103,17); }

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

border-color css

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

 span { border-color: rgb(156,103,17); }

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