Html Css Color HEX #9C6919 Golden Brown

📋 copy color: '#9C6919'

red 156 ◦ green 105 ◦ blue 25

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

Shades of Golden Brown #9C6919

Tints of Golden Brown #9C6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.71%

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

R = 54.55%
G = 36.71%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C6919 (or 0x9C6919) is known color: Golden Brown. HEX triplet: 9C, 69 and 19. RGB value is (156,105,25). Sum of RGB (Red+Green+Blue) = 156+105+25=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6919 is #6396E6. Grayscale: #6F6F6F. Windows color (decimal): -6526695 or 1665436. OLE color: 1665436.

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

Color convert

RGB 156 105 25 -
CMYK 0 0.33 0.84 0.39
HSL 36.64º 0.72% 0.35% -
HSV(B) 36.64º 0.84% 0.61% -
XYZ 18.94 17.24 3.25 -
YUV 111.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 156 105 25 0 0.33 0.84 0.39 36.64 0.72 0.35
Hex 9C 69 19 0 21 54 27 25 48 23
Octal 234 151 31 0 41 124 47 45 110 43
Binary 10011100 1101001 11001 0 100001 1010100 100111 100101 1001000 100011

Color Harmonies of #9C6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6919

Black with #9C6919

Text Example


Text Example

White with #9C6919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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