Html Css Color HEX #945643 Sepia

📋 copy color: '#945643'

red 148 ◦ green 86 ◦ blue 67

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

Shades of Sepia #945643

Tints of Sepia #945643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 49.17%
G = 28.57%
B = 22.26%

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

#945643 (or 0x945643) is known color: Sepia. HEX triplet: 94, 56 and 43. RGB value is (148,86,67). Sum of RGB (Red+Green+Blue) = 148+86+67=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #945643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945643 is #6BA9BC. Grayscale: #666666. Windows color (decimal): -7055805 or 4413076. OLE color: 4413076.

HSL color Cylindrical-coordinate representation of color #945643: hue angle of 14.07º 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 #945643 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 67 -
CMYK 0 0.42 0.55 0.42
HSL 14.07º 0.38% 0.42% -
HSV(B) 14.07º 0.55% 0.58% -
XYZ 16.55 13.36 7.02 -
YUV 102.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 148 86 67 0 0.42 0.55 0.42 14.07 0.38 0.42
Hex 94 56 43 0 2A 37 2A E 26 2A
Octal 224 126 103 0 52 67 52 16 46 52
Binary 10010100 1010110 1000011 0 101010 110111 101010 1110 100110 101010

Color Harmonies of #945643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945643

Black with #945643

Text Example


Text Example

White with #945643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945643; }

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

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

background-color css

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

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

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

border-color css

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

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

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