Html Css Color HEX #9C600E Golden Brown

📋 copy color: '#9C600E'

red 156 ◦ green 96 ◦ blue 14

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

Shades of Golden Brown #9C600E

Tints of Golden Brown #9C600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 58.65%
G = 36.09%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C600E (or 0x9C600E) is known color: Golden Brown. HEX triplet: 9C, 60 and 0E. RGB value is (156,96,14). Sum of RGB (Red+Green+Blue) = 156+96+14=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C600E is #639FF1. Grayscale: #686868. Windows color (decimal): -6529010 or 942236. OLE color: 942236.

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

Color convert

RGB 156 96 14 -
CMYK 0 0.38 0.91 0.39
HSL 34.65º 0.84% 0.33% -
HSV(B) 34.65º 0.91% 0.61% -
XYZ 17.97 15.47 2.45 -
YUV 104.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 156 96 14 0 0.38 0.91 0.39 34.65 0.84 0.33
Hex 9C 60 E 0 26 5B 27 23 54 21
Octal 234 140 16 0 46 133 47 43 124 41
Binary 10011100 1100000 1110 0 100110 1011011 100111 100011 1010100 100001

Color Harmonies of #9C600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C600E

Black with #9C600E

Text Example


Text Example

White with #9C600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,14); }

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

background-color css

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

 a { background-color: rgb(156,96,14); }

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

border-color css

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

 span { border-color: rgb(156,96,14); }

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