Html Css Color HEX #9C6801 Golden Brown

📋 copy color: '#9C6801'

red 156 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #9C6801

Tints of Golden Brown #9C6801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 59.77%
G = 39.85%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9C6801 (or 0x9C6801) is known color: Golden Brown. HEX triplet: 9C, 68 and 01. RGB value is (156,104,1). Sum of RGB (Red+Green+Blue) = 156+104+1=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6801 is #6397FE. Grayscale: #6C6C6C. Windows color (decimal): -6526975 or 92316. OLE color: 92316.

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

Color convert

RGB 156 104 1 -
CMYK 0 0.33 0.99 0.39
HSL 39.87º 0.99% 0.31% -
HSV(B) 39.87º 0.99% 0.61% -
XYZ 18.67 16.97 2.32 -
YUV 107.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 156 104 1 0 0.33 0.99 0.39 39.87 0.99 0.31
Hex 9C 68 1 0 21 63 27 28 63 1F
Octal 234 150 1 0 41 143 47 50 143 37
Binary 10011100 1101000 1 0 100001 1100011 100111 101000 1100011 11111

Color Harmonies of #9C6801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6801

Black with #9C6801

Text Example


Text Example

White with #9C6801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,104,1); }

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

background-color css

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

 a { background-color: rgb(156,104,1); }

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

border-color css

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

 span { border-color: rgb(156,104,1); }

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