Html Css Color HEX #906113 Golden Brown

📋 copy color: '#906113'

red 144 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #906113

Tints of Golden Brown #906113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.31%

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

R = 55.38%
G = 37.31%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#906113 (or 0x906113) is known color: Golden Brown. HEX triplet: 90, 61 and 13. RGB value is (144,97,19). Sum of RGB (Red+Green+Blue) = 144+97+19=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #906113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #906113 is #6F9EEC. Grayscale: #666666. Windows color (decimal): -7315181 or 1270160. OLE color: 1270160.

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

Color convert

RGB 144 97 19 -
CMYK 0 0.33 0.87 0.44
HSL 37.44º 0.77% 0.32% -
HSV(B) 37.44º 0.87% 0.56% -
XYZ 15.89 14.53 2.58 -
YUV 102.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 144 97 19 0 0.33 0.87 0.44 37.44 0.77 0.32
Hex 90 61 13 0 21 57 2C 25 4D 20
Octal 220 141 23 0 41 127 54 45 115 40
Binary 10010000 1100001 10011 0 100001 1010111 101100 100101 1001101 100000

Color Harmonies of #906113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906113

Black with #906113

Text Example


Text Example

White with #906113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906113; }

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

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

background-color css

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

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

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

border-color css

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

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

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