Html Css Color HEX #906414 Golden Brown

📋 copy color: '#906414'

red 144 ◦ green 100 ◦ blue 20

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

Shades of Golden Brown #906414

Tints of Golden Brown #906414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

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

R = 54.55%
G = 37.88%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#906414 (or 0x906414) is known color: Golden Brown. HEX triplet: 90, 64 and 14. RGB value is (144,100,20). Sum of RGB (Red+Green+Blue) = 144+100+20=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #906414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906414 is #6F9BEB. Grayscale: #686868. Windows color (decimal): -7314412 or 1336464. OLE color: 1336464.

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

Color convert

RGB 144 100 20 -
CMYK 0 0.31 0.86 0.44
HSL 38.71º 0.76% 0.32% -
HSV(B) 38.71º 0.86% 0.56% -
XYZ 16.19 15.09 2.72 -
YUV 104.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 144 100 20 0 0.31 0.86 0.44 38.71 0.76 0.32
Hex 90 64 14 0 1F 56 2C 27 4C 20
Octal 220 144 24 0 37 126 54 47 114 40
Binary 10010000 1100100 10100 0 11111 1010110 101100 100111 1001100 100000

Color Harmonies of #906414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906414

Black with #906414

Text Example


Text Example

White with #906414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906414; }

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

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

background-color css

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

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

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

border-color css

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

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

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