Html Css Color HEX #6C3C38 Sanguine Brown

📋 copy color: '#6C3C38'

red 108 ◦ green 60 ◦ blue 56

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

Shades of Sanguine Brown #6C3C38

Tints of Sanguine Brown #6C3C38

RGB

 RED value IS 108 (42.58% from 255) = 48.21%

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 56 (22.27% from 255) = 25%

R = 48.21%
G = 26.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C3C38 (or 0x6C3C38) is known color: Sanguine Brown. HEX triplet: 6C, 3C and 38. RGB value is (108,60,56). Sum of RGB (Red+Green+Blue) = 108+60+56=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C38 is #93C3C7. Grayscale: #494949. Windows color (decimal): -9683912 or 3685484. OLE color: 3685484.

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

Color convert

RGB 108 60 56 -
CMYK 0 0.44 0.48 0.58
HSL 4.62º 0.32% 0.32% -
HSV(B) 4.62º 0.48% 0.42% -
XYZ 8.51 6.71 4.59 -
YUV 73.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 108 60 56 0 0.44 0.48 0.58 4.62 0.32 0.32
Hex 6C 3C 38 0 2C 30 3A 5 20 20
Octal 154 74 70 0 54 60 72 5 40 40
Binary 1101100 111100 111000 0 101100 110000 111010 101 100000 100000

Color Harmonies of #6C3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C38

Black with #6C3C38

Text Example


Text Example

White with #6C3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C3C38; }

 p { color: rgb(108,60,56); }

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

background-color css

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

 a { background-color: rgb(108,60,56); }

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

border-color css

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

 span { border-color: rgb(108,60,56); }

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