Html Css Color HEX #906513 Golden Brown

📋 copy color: '#906513'

red 144 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #906513

Tints of Golden Brown #906513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.26%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 54.55%
G = 38.26%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#906513 (or 0x906513) is known color: Golden Brown. HEX triplet: 90, 65 and 13. RGB value is (144,101,19). Sum of RGB (Red+Green+Blue) = 144+101+19=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #906513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906513 is #6F9AEC. Grayscale: #686868. Windows color (decimal): -7314157 or 1271184. OLE color: 1271184.

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

Color convert

RGB 144 101 19 -
CMYK 0 0.30 0.87 0.44
HSL 39.36º 0.77% 0.32% -
HSV(B) 39.36º 0.87% 0.56% -
XYZ 16.27 15.28 2.71 -
YUV 104.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 144 101 19 0 0.30 0.87 0.44 39.36 0.77 0.32
Hex 90 65 13 0 1E 57 2C 27 4D 20
Octal 220 145 23 0 36 127 54 47 115 40
Binary 10010000 1100101 10011 0 11110 1010111 101100 100111 1001101 100000

Color Harmonies of #906513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906513

Black with #906513

Text Example


Text Example

White with #906513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906513; }

 p { color: rgb(144,101,19); }

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

background-color css

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

 a { background-color: rgb(144,101,19); }

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

border-color css

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

 span { border-color: rgb(144,101,19); }

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