Html Css Color HEX #965742 Sepia

📋 copy color: '#965742'

red 150 ◦ green 87 ◦ blue 66

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

Shades of Sepia #965742

Tints of Sepia #965742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 49.5%
G = 28.71%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#965742 (or 0x965742) is known color: Sepia. HEX triplet: 96, 57 and 42. RGB value is (150,87,66). Sum of RGB (Red+Green+Blue) = 150+87+66=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965742 is #69A8BD. Grayscale: #676767. Windows color (decimal): -6924478 or 4347798. OLE color: 4347798.

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

Color convert

RGB 150 87 66 -
CMYK 0 0.42 0.56 0.41
HSL 15º 0.39% 0.42% -
HSV(B) 15º 0.56% 0.59% -
XYZ 16.97 13.69 6.9 -
YUV 103.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 150 87 66 0 0.42 0.56 0.41 15 0.39 0.42
Hex 96 57 42 0 2A 38 29 F 27 2A
Octal 226 127 102 0 52 70 51 17 47 52
Binary 10010110 1010111 1000010 0 101010 111000 101001 1111 100111 101010

Color Harmonies of #965742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965742

Black with #965742

Text Example


Text Example

White with #965742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965742; }

 p { color: rgb(150,87,66); }

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

background-color css

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

 a { background-color: rgb(150,87,66); }

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

border-color css

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

 span { border-color: rgb(150,87,66); }

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