Html Css Color HEX #9C6421 Golden Brown

📋 copy color: '#9C6421'

red 156 ◦ green 100 ◦ blue 33

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

Shades of Golden Brown #9C6421

Tints of Golden Brown #9C6421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 53.98%
G = 34.6%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6421 (or 0x9C6421) is known color: Golden Brown. HEX triplet: 9C, 64 and 21. RGB value is (156,100,33). Sum of RGB (Red+Green+Blue) = 156+100+33=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6421 is #639BDE. Grayscale: #6D6D6D. Windows color (decimal): -6527967 or 2188444. OLE color: 2188444.

HSL color Cylindrical-coordinate representation of color #9C6421: hue angle of 32.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C6421 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 33 -
CMYK 0 0.36 0.79 0.39
HSL 32.68º 0.65% 0.37% -
HSV(B) 32.68º 0.79% 0.61% -
XYZ 18.54 16.29 3.61 -
YUV 109.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 156 100 33 0 0.36 0.79 0.39 32.68 0.65 0.37
Hex 9C 64 21 0 24 4F 27 21 41 25
Octal 234 144 41 0 44 117 47 41 101 45
Binary 10011100 1100100 100001 0 100100 1001111 100111 100001 1000001 100101

Color Harmonies of #9C6421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6421

Black with #9C6421

Text Example


Text Example

White with #9C6421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,100,33); }

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

background-color css

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

 a { background-color: rgb(156,100,33); }

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

border-color css

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

 span { border-color: rgb(156,100,33); }

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