Html Css Color HEX #916001 Golden Brown

📋 copy color: '#916001'

red 145 ◦ green 96 ◦ blue 1

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

Shades of Golden Brown #916001

Tints of Golden Brown #916001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 59.92%
G = 39.67%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#916001 (or 0x916001) is known color: Golden Brown. HEX triplet: 91, 60 and 01. RGB value is (145,96,1). Sum of RGB (Red+Green+Blue) = 145+96+1=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #916001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916001 is #6E9FFE. Grayscale: #646464. Windows color (decimal): -7249919 or 90257. OLE color: 90257.

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

Color convert

RGB 145 96 1 -
CMYK 0 0.34 0.99 0.43
HSL 39.58º 0.99% 0.29% -
HSV(B) 39.58º 0.99% 0.57% -
XYZ 15.87 14.39 1.97 -
YUV 99.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 145 96 1 0 0.34 0.99 0.43 39.58 0.99 0.29
Hex 91 60 1 0 22 63 2B 28 63 1D
Octal 221 140 1 0 42 143 53 50 143 35
Binary 10010001 1100000 1 0 100010 1100011 101011 101000 1100011 11101

Color Harmonies of #916001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916001

Black with #916001

Text Example


Text Example

White with #916001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916001; }

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

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

background-color css

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

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

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

border-color css

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

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

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