Html Css Color HEX #916014 Golden Brown

📋 copy color: '#916014'

red 145 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #916014

Tints of Golden Brown #916014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 55.56%
G = 36.78%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#916014 (or 0x916014) is known color: Golden Brown. HEX triplet: 91, 60 and 14. RGB value is (145,96,20). Sum of RGB (Red+Green+Blue) = 145+96+20=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #916014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916014 is #6E9FEB. Grayscale: #666666. Windows color (decimal): -7249900 or 1335441. OLE color: 1335441.

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

Color convert

RGB 145 96 20 -
CMYK 0 0.34 0.86 0.43
HSL 36.48º 0.76% 0.32% -
HSV(B) 36.48º 0.86% 0.57% -
XYZ 15.99 14.44 2.61 -
YUV 101.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 145 96 20 0 0.34 0.86 0.43 36.48 0.76 0.32
Hex 91 60 14 0 22 56 2B 24 4C 20
Octal 221 140 24 0 42 126 53 44 114 40
Binary 10010001 1100000 10100 0 100010 1010110 101011 100100 1001100 100000

Color Harmonies of #916014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916014

Black with #916014

Text Example


Text Example

White with #916014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916014; }

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

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

background-color css

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

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

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

border-color css

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

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

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