Html Css Color HEX #9C6517 Golden Brown

📋 copy color: '#9C6517'

red 156 ◦ green 101 ◦ blue 23

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

Shades of Golden Brown #9C6517

Tints of Golden Brown #9C6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 55.71%
G = 36.07%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C6517 (or 0x9C6517) is known color: Golden Brown. HEX triplet: 9C, 65 and 17. RGB value is (156,101,23). Sum of RGB (Red+Green+Blue) = 156+101+23=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6517 is #639AE8. Grayscale: #6C6C6C. Windows color (decimal): -6527721 or 1533340. OLE color: 1533340.

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

Color convert

RGB 156 101 23 -
CMYK 0 0.35 0.85 0.39
HSL 35.19º 0.74% 0.35% -
HSV(B) 35.19º 0.85% 0.61% -
XYZ 18.52 16.44 3.01 -
YUV 108.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 156 101 23 0 0.35 0.85 0.39 35.19 0.74 0.35
Hex 9C 65 17 0 23 55 27 23 4A 23
Octal 234 145 27 0 43 125 47 43 112 43
Binary 10011100 1100101 10111 0 100011 1010101 100111 100011 1001010 100011

Color Harmonies of #9C6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6517

Black with #9C6517

Text Example


Text Example

White with #9C6517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,101,23); }

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

background-color css

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

 a { background-color: rgb(156,101,23); }

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

border-color css

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

 span { border-color: rgb(156,101,23); }

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