Html Css Color HEX #916509 Golden Brown

📋 copy color: '#916509'

red 145 ◦ green 101 ◦ blue 9

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

Shades of Golden Brown #916509

Tints of Golden Brown #916509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 56.86%
G = 39.61%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#916509 (or 0x916509) is known color: Golden Brown. HEX triplet: 91, 65 and 09. RGB value is (145,101,9). Sum of RGB (Red+Green+Blue) = 145+101+9=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #916509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916509 is #6E9AF6. Grayscale: #686868. Windows color (decimal): -7248631 or 615825. OLE color: 615825.

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

Color convert

RGB 145 101 9 -
CMYK 0 0.30 0.94 0.43
HSL 40.59º 0.88% 0.3% -
HSV(B) 40.59º 0.94% 0.57% -
XYZ 16.38 15.35 2.36 -
YUV 103.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 145 101 9 0 0.30 0.94 0.43 40.59 0.88 0.3
Hex 91 65 9 0 1E 5E 2B 29 58 1E
Octal 221 145 11 0 36 136 53 51 130 36
Binary 10010001 1100101 1001 0 11110 1011110 101011 101001 1011000 11110

Color Harmonies of #916509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916509

Black with #916509

Text Example


Text Example

White with #916509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916509; }

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

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

background-color css

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

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

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

border-color css

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

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

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