Html Css Color HEX #916500 Golden Brown

📋 copy color: '#916500'

red 145 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #916500

Tints of Golden Brown #916500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.06%

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

R = 58.94%
G = 41.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#916500 (or 0x916500) is known color: Golden Brown. HEX triplet: 91, 65 and 00. RGB value is (145,101,0). Sum of RGB (Red+Green+Blue) = 145+101+0=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #916500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916500 is #6E9AFF. Grayscale: #676767. Windows color (decimal): -7248640 or 26001. OLE color: 26001.

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

Color convert

RGB 145 101 0 -
CMYK 0 0.30 1 0.43
HSL 41.79º 1% 0.28% -
HSV(B) 41.79º 1% 0.57% -
XYZ 16.33 15.33 2.1 -
YUV 102.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 145 101 0 0 0.30 1 0.43 41.79 1 0.28
Hex 91 65 0 0 1E 64 2B 2A 64 1C
Octal 221 145 0 0 36 144 53 52 144 34
Binary 10010001 1100101 0 0 11110 1100100 101011 101010 1100100 11100

Color Harmonies of #916500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916500

Black with #916500

Text Example


Text Example

White with #916500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916500; }

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

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

background-color css

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

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

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

border-color css

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

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

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