Html Css Color HEX #945642 Sepia

📋 copy color: '#945642'

red 148 ◦ green 86 ◦ blue 66

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

Shades of Sepia #945642

Tints of Sepia #945642

RGB

 RED value IS 148 (58.2% from 255) = 49.33%

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 49.33%
G = 28.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#945642 (or 0x945642) is known color: Sepia. HEX triplet: 94, 56 and 42. RGB value is (148,86,66). Sum of RGB (Red+Green+Blue) = 148+86+66=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #945642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945642 is #6BA9BD. Grayscale: #666666. Windows color (decimal): -7055806 or 4347540. OLE color: 4347540.

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

Color convert

RGB 148 86 66 -
CMYK 0 0.42 0.55 0.42
HSL 14.63º 0.38% 0.42% -
HSV(B) 14.63º 0.55% 0.58% -
XYZ 16.52 13.34 6.86 -
YUV 102.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 148 86 66 0 0.42 0.55 0.42 14.63 0.38 0.42
Hex 94 56 42 0 2A 37 2A F 26 2A
Octal 224 126 102 0 52 67 52 17 46 52
Binary 10010100 1010110 1000010 0 101010 110111 101010 1111 100110 101010

Color Harmonies of #945642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945642

Black with #945642

Text Example


Text Example

White with #945642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945642; }

 p { color: rgb(148,86,66); }

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

background-color css

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

 a { background-color: rgb(148,86,66); }

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

border-color css

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

 span { border-color: rgb(148,86,66); }

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