Html Css Color HEX #916007 Golden Brown

📋 copy color: '#916007'

red 145 ◦ green 96 ◦ blue 7

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

Shades of Golden Brown #916007

Tints of Golden Brown #916007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 58.47%
G = 38.71%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#916007 (or 0x916007) is known color: Golden Brown. HEX triplet: 91, 60 and 07. RGB value is (145,96,7). Sum of RGB (Red+Green+Blue) = 145+96+7=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #916007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916007 is #6E9FF8. Grayscale: #646464. Windows color (decimal): -7249913 or 483473. OLE color: 483473.

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

Color convert

RGB 145 96 7 -
CMYK 0 0.34 0.95 0.43
HSL 38.7º 0.91% 0.3% -
HSV(B) 38.7º 0.95% 0.57% -
XYZ 15.9 14.4 2.14 -
YUV 100.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 145 96 7 0 0.34 0.95 0.43 38.7 0.91 0.3
Hex 91 60 7 0 22 5F 2B 27 5B 1E
Octal 221 140 7 0 42 137 53 47 133 36
Binary 10010001 1100000 111 0 100010 1011111 101011 100111 1011011 11110

Color Harmonies of #916007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916007

Black with #916007

Text Example


Text Example

White with #916007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916007; }

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

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

background-color css

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

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

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

border-color css

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

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

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