Html Css Color HEX #916000 Golden Brown

📋 copy color: '#916000'

red 145 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #916000

Tints of Golden Brown #916000

RGB

 RED value IS 145 (57.03% from 255) = 60.17%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.17%
G = 39.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#916000 (or 0x916000) is known color: Golden Brown. HEX triplet: 91, 60 and 00. RGB value is (145,96,0). Sum of RGB (Red+Green+Blue) = 145+96+0=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #916000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916000 is #6E9FFF. Grayscale: #646464. Windows color (decimal): -7249920 or 24721. OLE color: 24721.

HSL color Cylindrical-coordinate representation of color #916000: hue angle of 39.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #916000 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 96 0 -
CMYK 0 0.34 1 0.43
HSL 39.72º 1% 0.28% -
HSV(B) 39.72º 1% 0.57% -
XYZ 15.86 14.39 1.94 -
YUV 99.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 145 96 0 0 0.34 1 0.43 39.72 1 0.28
Hex 91 60 0 0 22 64 2B 28 64 1C
Octal 221 140 0 0 42 144 53 50 144 34
Binary 10010001 1100000 0 0 100010 1100100 101011 101000 1100100 11100

Color Harmonies of #916000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916000

Black with #916000

Text Example


Text Example

White with #916000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916000; }

 p { color: rgb(145,96,0); }

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

background-color css

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

 a { background-color: rgb(145,96,0); }

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

border-color css

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

 span { border-color: rgb(145,96,0); }

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