Html Css Color HEX #663934 Sanguine Brown

📋 copy color: '#663934'

red 102 ◦ green 57 ◦ blue 52

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

Shades of Sanguine Brown #663934

Tints of Sanguine Brown #663934

RGB

 RED value IS 102 (40.23% from 255) = 48.34%

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 48.34%
G = 27.01%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#663934 (or 0x663934) is known color: Sanguine Brown. HEX triplet: 66, 39 and 34. RGB value is (102,57,52). Sum of RGB (Red+Green+Blue) = 102+57+52=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663934 is #99C6CB. Grayscale: #454545. Windows color (decimal): -10077900 or 3422566. OLE color: 3422566.

HSL color Cylindrical-coordinate representation of color #663934: hue angle of 6º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663934 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 52 -
CMYK 0 0.44 0.49 0.6
HSL 0.32% 0.3% -
HSV(B) 0.49% 0.4% -
XYZ 7.56 6 4.01 -
YUV 69.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 102 57 52 0 0.44 0.49 0.6 6 0.32 0.3
Hex 66 39 34 0 2C 31 3C 6 20 1E
Octal 146 71 64 0 54 61 74 6 40 36
Binary 1100110 111001 110100 0 101100 110001 111100 110 100000 11110

Color Harmonies of #663934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663934

Black with #663934

Text Example


Text Example

White with #663934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663934; }

 p { color: rgb(102,57,52); }

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

background-color css

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

 a { background-color: rgb(102,57,52); }

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

border-color css

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

 span { border-color: rgb(102,57,52); }

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