Html Css Color HEX #9C6019 Golden Brown

📋 copy color: '#9C6019'

red 156 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #9C6019

Tints of Golden Brown #9C6019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 56.32%
G = 34.66%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C6019 (or 0x9C6019) is known color: Golden Brown. HEX triplet: 9C, 60 and 19. RGB value is (156,96,25). Sum of RGB (Red+Green+Blue) = 156+96+25=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6019 is #639FE6. Grayscale: #6A6A6A. Windows color (decimal): -6528999 or 1663132. OLE color: 1663132.

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

Color convert

RGB 156 96 25 -
CMYK 0 0.38 0.84 0.39
HSL 32.52º 0.72% 0.35% -
HSV(B) 32.52º 0.84% 0.61% -
XYZ 18.07 15.5 2.96 -
YUV 105.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 156 96 25 0 0.38 0.84 0.39 32.52 0.72 0.35
Hex 9C 60 19 0 26 54 27 21 48 23
Octal 234 140 31 0 46 124 47 41 110 43
Binary 10011100 1100000 11001 0 100110 1010100 100111 100001 1001000 100011

Color Harmonies of #9C6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6019

Black with #9C6019

Text Example


Text Example

White with #9C6019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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