Html Css Color HEX #96590D Golden Brown

📋 copy color: '#96590D'

red 150 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #96590D

Tints of Golden Brown #96590D

RGB

 RED value IS 150 (58.98% from 255) = 59.52%

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 59.52%
G = 35.32%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96590D (or 0x96590D) is known color: Golden Brown. HEX triplet: 96, 59 and 0D. RGB value is (150,89,13). Sum of RGB (Red+Green+Blue) = 150+89+13=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96590D is #69A6F2. Grayscale: #626262. Windows color (decimal): -6924019 or 874902. OLE color: 874902.

HSL color Cylindrical-coordinate representation of color #96590D: hue angle of 33.28º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96590D is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 13 -
CMYK 0 0.41 0.91 0.41
HSL 33.28º 0.84% 0.32% -
HSV(B) 33.28º 0.91% 0.59% -
XYZ 16.22 13.66 2.16 -
YUV 98.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 150 89 13 0 0.41 0.91 0.41 33.28 0.84 0.32
Hex 96 59 D 0 29 5B 29 21 54 20
Octal 226 131 15 0 51 133 51 41 124 40
Binary 10010110 1011001 1101 0 101001 1011011 101001 100001 1010100 100000

Color Harmonies of #96590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96590D

Black with #96590D

Text Example


Text Example

White with #96590D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,89,13); }

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

background-color css

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

 a { background-color: rgb(150,89,13); }

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

border-color css

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

 span { border-color: rgb(150,89,13); }

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