Html Css Color HEX #916615 Golden Brown

📋 copy color: '#916615'

red 145 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #916615

Tints of Golden Brown #916615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

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

R = 54.1%
G = 38.06%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916615 (or 0x916615) is known color: Golden Brown. HEX triplet: 91, 66 and 15. RGB value is (145,102,21). Sum of RGB (Red+Green+Blue) = 145+102+21=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #916615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916615 is #6E99EA. Grayscale: #696969. Windows color (decimal): -7248363 or 1402513. OLE color: 1402513.

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

Color convert

RGB 145 102 21 -
CMYK 0 0.30 0.86 0.43
HSL 39.19º 0.75% 0.33% -
HSV(B) 39.19º 0.86% 0.57% -
XYZ 16.56 15.58 2.84 -
YUV 105.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 145 102 21 0 0.30 0.86 0.43 39.19 0.75 0.33
Hex 91 66 15 0 1E 56 2B 27 4B 21
Octal 221 146 25 0 36 126 53 47 113 41
Binary 10010001 1100110 10101 0 11110 1010110 101011 100111 1001011 100001

Color Harmonies of #916615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916615

Black with #916615

Text Example


Text Example

White with #916615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916615; }

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

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

background-color css

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

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

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

border-color css

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

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

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