Html Css Color HEX #96583D Sepia

📋 copy color: '#96583D'

red 150 ◦ green 88 ◦ blue 61

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

Shades of Sepia #96583D

Tints of Sepia #96583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 50.17%
G = 29.43%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96583D (or 0x96583D) is known color: Sepia. HEX triplet: 96, 58 and 3D. RGB value is (150,88,61). Sum of RGB (Red+Green+Blue) = 150+88+61=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96583D is #69A7C2. Grayscale: #676767. Windows color (decimal): -6924227 or 4020374. OLE color: 4020374.

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

Color convert

RGB 150 88 61 -
CMYK 0 0.41 0.59 0.41
HSL 18.2º 0.42% 0.41% -
HSV(B) 18.2º 0.59% 0.59% -
XYZ 16.91 13.8 6.19 -
YUV 103.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 150 88 61 0 0.41 0.59 0.41 18.2 0.42 0.41
Hex 96 58 3D 0 29 3B 29 12 2A 29
Octal 226 130 75 0 51 73 51 22 52 51
Binary 10010110 1011000 111101 0 101001 111011 101001 10010 101010 101001

Color Harmonies of #96583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96583D

Black with #96583D

Text Example


Text Example

White with #96583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,88,61); }

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

background-color css

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

 a { background-color: rgb(150,88,61); }

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

border-color css

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

 span { border-color: rgb(150,88,61); }

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