Html Css Color HEX #906214 Golden Brown

📋 copy color: '#906214'

red 144 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #906214

Tints of Golden Brown #906214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

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

R = 54.96%
G = 37.4%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#906214 (or 0x906214) is known color: Golden Brown. HEX triplet: 90, 62 and 14. RGB value is (144,98,20). Sum of RGB (Red+Green+Blue) = 144+98+20=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #906214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906214 is #6F9DEB. Grayscale: #676767. Windows color (decimal): -7314924 or 1335952. OLE color: 1335952.

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

Color convert

RGB 144 98 20 -
CMYK 0 0.32 0.86 0.44
HSL 37.74º 0.76% 0.32% -
HSV(B) 37.74º 0.86% 0.56% -
XYZ 16 14.72 2.66 -
YUV 102.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 144 98 20 0 0.32 0.86 0.44 37.74 0.76 0.32
Hex 90 62 14 0 20 56 2C 26 4C 20
Octal 220 142 24 0 40 126 54 46 114 40
Binary 10010000 1100010 10100 0 100000 1010110 101100 100110 1001100 100000

Color Harmonies of #906214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906214

Black with #906214

Text Example


Text Example

White with #906214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906214; }

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

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

background-color css

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

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

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

border-color css

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

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

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