Html Css Color HEX #966042 Sepia

📋 copy color: '#966042'

red 150 ◦ green 96 ◦ blue 66

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

Shades of Sepia #966042

Tints of Sepia #966042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 48.08%
G = 30.77%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#966042 (or 0x966042) is known color: Sepia. HEX triplet: 96, 60 and 42. RGB value is (150,96,66). Sum of RGB (Red+Green+Blue) = 150+96+66=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966042 is #699FBD. Grayscale: #6C6C6C. Windows color (decimal): -6922174 or 4350102. OLE color: 4350102.

HSL color Cylindrical-coordinate representation of color #966042: hue angle of 21.43º 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 #966042 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 66 -
CMYK 0 0.36 0.56 0.41
HSL 21.43º 0.39% 0.42% -
HSV(B) 21.43º 0.56% 0.59% -
XYZ 17.74 15.24 7.16 -
YUV 108.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 150 96 66 0 0.36 0.56 0.41 21.43 0.39 0.42
Hex 96 60 42 0 24 38 29 15 27 2A
Octal 226 140 102 0 44 70 51 25 47 52
Binary 10010110 1100000 1000010 0 100100 111000 101001 10101 100111 101010

Color Harmonies of #966042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966042

Black with #966042

Text Example


Text Example

White with #966042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966042; }

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

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

background-color css

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

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

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

border-color css

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

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

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