Html Css Color HEX #9C6103 Golden Brown

📋 copy color: '#9C6103'

red 156 ◦ green 97 ◦ blue 3

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

Shades of Golden Brown #9C6103

Tints of Golden Brown #9C6103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 60.94%
G = 37.89%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#9C6103 (or 0x9C6103) is known color: Golden Brown. HEX triplet: 9C, 61 and 03. RGB value is (156,97,3). Sum of RGB (Red+Green+Blue) = 156+97+3=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6103 is #639EFC. Grayscale: #686868. Windows color (decimal): -6528765 or 221596. OLE color: 221596.

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

Color convert

RGB 156 97 3 -
CMYK 0 0.38 0.98 0.39
HSL 36.86º 0.96% 0.31% -
HSV(B) 36.86º 0.98% 0.61% -
XYZ 18 15.62 2.15 -
YUV 103.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 156 97 3 0 0.38 0.98 0.39 36.86 0.96 0.31
Hex 9C 61 3 0 26 62 27 25 60 1F
Octal 234 141 3 0 46 142 47 45 140 37
Binary 10011100 1100001 11 0 100110 1100010 100111 100101 1100000 11111

Color Harmonies of #9C6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6103

Black with #9C6103

Text Example


Text Example

White with #9C6103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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