Html Css Color HEX #96583E Sepia

📋 copy color: '#96583E'

red 150 ◦ green 88 ◦ blue 62

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

Shades of Sepia #96583E

Tints of Sepia #96583E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.67%

R = 50%
G = 29.33%
B = 20.67%

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

#96583E (or 0x96583E) is known color: Sepia. HEX triplet: 96, 58 and 3E. RGB value is (150,88,62). Sum of RGB (Red+Green+Blue) = 150+88+62=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96583E is #69A7C1. Grayscale: #676767. Windows color (decimal): -6924226 or 4085910. OLE color: 4085910.

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

Color convert

RGB 150 88 62 -
CMYK 0 0.41 0.59 0.41
HSL 17.73º 0.42% 0.42% -
HSV(B) 17.73º 0.59% 0.59% -
XYZ 16.94 13.81 6.33 -
YUV 103.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 150 88 62 0 0.41 0.59 0.41 17.73 0.42 0.42
Hex 96 58 3E 0 29 3B 29 12 2A 2A
Octal 226 130 76 0 51 73 51 22 52 52
Binary 10010110 1011000 111110 0 101001 111011 101001 10010 101010 101010

Color Harmonies of #96583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96583E

Black with #96583E

Text Example


Text Example

White with #96583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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