Html Css Color HEX #996344 Sepia

📋 copy color: '#996344'

red 153 ◦ green 99 ◦ blue 68

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

Shades of Sepia #996344

Tints of Sepia #996344

RGB

 RED value IS 153 (60.16% from 255) = 47.81%

 GREEN value IS 99 (39.06% from 255) = 30.94%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 47.81%
G = 30.94%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#996344 (or 0x996344) is known color: Sepia. HEX triplet: 99, 63 and 44. RGB value is (153,99,68). Sum of RGB (Red+Green+Blue) = 153+99+68=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996344 is #669CBB. Grayscale: #6F6F6F. Windows color (decimal): -6724796 or 4481945. OLE color: 4481945.

HSL color Cylindrical-coordinate representation of color #996344: hue angle of 21.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996344 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 68 -
CMYK 0 0.35 0.56 0.4
HSL 21.88º 0.38% 0.43% -
HSV(B) 21.88º 0.56% 0.6% -
XYZ 18.64 16.11 7.6 -
YUV 111.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 153 99 68 0 0.35 0.56 0.4 21.88 0.38 0.43
Hex 99 63 44 0 23 38 28 16 26 2B
Octal 231 143 104 0 43 70 50 26 46 53
Binary 10011001 1100011 1000100 0 100011 111000 101000 10110 100110 101011

Color Harmonies of #996344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996344

Black with #996344

Text Example


Text Example

White with #996344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996344; }

 p { color: rgb(153,99,68); }

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

background-color css

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

 a { background-color: rgb(153,99,68); }

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

border-color css

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

 span { border-color: rgb(153,99,68); }

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