Html Css Color HEX #916B15 Golden Brown

📋 copy color: '#916B15'

red 145 ◦ green 107 ◦ blue 21

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

Shades of Golden Brown #916B15

Tints of Golden Brown #916B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

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

R = 53.11%
G = 39.19%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916B15 (or 0x916B15) is known color: Golden Brown. HEX triplet: 91, 6B and 15. RGB value is (145,107,21). Sum of RGB (Red+Green+Blue) = 145+107+21=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #916B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B15 is #6E94EA. Grayscale: #6C6C6C. Windows color (decimal): -7247083 or 1403793. OLE color: 1403793.

HSL color Cylindrical-coordinate representation of color #916B15: hue angle of 41.61º 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 #916B15 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 107 21 -
CMYK 0 0.26 0.86 0.43
HSL 41.61º 0.75% 0.33% -
HSV(B) 41.61º 0.86% 0.57% -
XYZ 17.07 16.59 3.01 -
YUV 108.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 145 107 21 0 0.26 0.86 0.43 41.61 0.75 0.33
Hex 91 6B 15 0 1A 56 2B 2A 4B 21
Octal 221 153 25 0 32 126 53 52 113 41
Binary 10010001 1101011 10101 0 11010 1010110 101011 101010 1001011 100001

Color Harmonies of #916B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916B15

Black with #916B15

Text Example


Text Example

White with #916B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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