Html Css Color HEX #906014 Golden Brown

📋 copy color: '#906014'

red 144 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #906014

Tints of Golden Brown #906014

RGB

 RED value IS 144 (56.64% from 255) = 55.38%

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

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

R = 55.38%
G = 36.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#906014 (or 0x906014) is known color: Golden Brown. HEX triplet: 90, 60 and 14. RGB value is (144,96,20). Sum of RGB (Red+Green+Blue) = 144+96+20=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #906014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906014 is #6F9FEB. Grayscale: #666666. Windows color (decimal): -7315436 or 1335440. OLE color: 1335440.

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

Color convert

RGB 144 96 20 -
CMYK 0 0.33 0.86 0.44
HSL 36.77º 0.76% 0.32% -
HSV(B) 36.77º 0.86% 0.56% -
XYZ 15.81 14.35 2.6 -
YUV 101.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 144 96 20 0 0.33 0.86 0.44 36.77 0.76 0.32
Hex 90 60 14 0 21 56 2C 25 4C 20
Octal 220 140 24 0 41 126 54 45 114 40
Binary 10010000 1100000 10100 0 100001 1010110 101100 100101 1001100 100000

Color Harmonies of #906014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906014

Black with #906014

Text Example


Text Example

White with #906014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906014; }

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

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

background-color css

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

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

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

border-color css

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

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

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