#90600D

Color #90600D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #90600D

Tints of Golden Brown #90600D

Color information

#90600D (or 0x90600D) is unknown color: approx Golden Brown. HEX triplet: 90, 60 and 0D. RGB value is (144,96,13). Sum of RGB (Red+Green+Blue) = 144+96+13=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90600D is #6F9FF2. Grayscale: #656565. Windows color (decimal): -7315443 or 876688. OLE color: 876688.

HSL color Cylindrical-coordinate representation of color #90600D: hue angle of 38.02º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90600D is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB1449613-
CMYK00.330.910.44
HSL38.02º83.44%30.78%-
HSV(B)38.02º90.97%56.47%-
XYZ15.7614.322.32-
YUV100.8978.4158.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=56.92%
G=37.94%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144961300.330.910.4438.0283.4430.78
Hex9060D0215B2C26531f
Octal22014015041133544612337
Binary100100001100000110101000011011011101100100110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90600D; }

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

 H1.HeaderClassName
 {
   color: #90600D;
 }
 .AnyTagClassName
 {
   color: #90600D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #90600D;
 }
 .BgClassName
 {
   background-color: #90600D;
 }
</style>
border-color css

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

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

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