Html Css Color HEX #916E00 Golden Brown

📋 copy color: '#916E00'

red 145 ◦ green 110 ◦ blue 0

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

Shades of Golden Brown #916E00

Tints of Golden Brown #916E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.14%

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

R = 56.86%
G = 43.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#916E00 (or 0x916E00) is known color: Golden Brown. HEX triplet: 91, 6E and 00. RGB value is (145,110,0). Sum of RGB (Red+Green+Blue) = 145+110+0=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #916E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E00 is #6E91FF. Grayscale: #6C6C6C. Windows color (decimal): -7246336 or 28305. OLE color: 28305.

HSL color Cylindrical-coordinate representation of color #916E00: hue angle of 45.52º 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 #916E00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 110 0 -
CMYK 0 0.24 1 0.43
HSL 45.52º 1% 0.28% -
HSV(B) 45.52º 1% 0.57% -
XYZ 17.25 17.17 2.41 -
YUV 107.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 145 110 0 0 0.24 1 0.43 45.52 1 0.28
Hex 91 6E 0 0 18 64 2B 2E 64 1C
Octal 221 156 0 0 30 144 53 56 144 34
Binary 10010001 1101110 0 0 11000 1100100 101011 101110 1100100 11100

Color Harmonies of #916E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916E00

Black with #916E00

Text Example


Text Example

White with #916E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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