Html Css Color HEX #916D15 Golden Brown

📋 copy color: '#916D15'

red 145 ◦ green 109 ◦ blue 21

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

Shades of Golden Brown #916D15

Tints of Golden Brown #916D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.64%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 52.73%
G = 39.64%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916D15 (or 0x916D15) is known color: Golden Brown. HEX triplet: 91, 6D and 15. RGB value is (145,109,21). Sum of RGB (Red+Green+Blue) = 145+109+21=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #916D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D15 is #6E92EA. Grayscale: #6E6E6E. Windows color (decimal): -7246571 or 1404305. OLE color: 1404305.

HSL color Cylindrical-coordinate representation of color #916D15: hue angle of 42.58º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #916D15 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 109 21 -
CMYK 0 0.25 0.86 0.43
HSL 42.58º 0.75% 0.33% -
HSV(B) 42.58º 0.86% 0.57% -
XYZ 17.28 17.01 3.08 -
YUV 109.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 145 109 21 0 0.25 0.86 0.43 42.58 0.75 0.33
Hex 91 6D 15 0 19 56 2B 2B 4B 21
Octal 221 155 25 0 31 126 53 53 113 41
Binary 10010001 1101101 10101 0 11001 1010110 101011 101011 1001011 100001

Color Harmonies of #916D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916D15

Black with #916D15

Text Example


Text Example

White with #916D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,109,21); }

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

background-color css

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

 a { background-color: rgb(145,109,21); }

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

border-color css

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

 span { border-color: rgb(145,109,21); }

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