Html Css Color HEX #6C444B Tosca

📋 copy color: '#6C444B'

red 108 ◦ green 68 ◦ blue 75

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

Shades of Tosca #6C444B

Tints of Tosca #6C444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 43.03%
G = 27.09%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C444B (or 0x6C444B) is known color: Tosca. HEX triplet: 6C, 44 and 4B. RGB value is (108,68,75). Sum of RGB (Red+Green+Blue) = 108+68+75=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C444B is #93BBB4. Grayscale: #505050. Windows color (decimal): -9681845 or 4932716. OLE color: 4932716.

HSL color Cylindrical-coordinate representation of color #6C444B: hue angle of 349.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C444B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 68 75 -
CMYK 0 0.37 0.31 0.58
HSL 349.5º 0.23% 0.35% -
HSV(B) 349.5º 0.37% 0.42% -
XYZ 9.52 7.83 7.67 -
YUV 80.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 108 68 75 0 0.37 0.31 0.58 349.5 0.23 0.35
Hex 6C 44 4B 0 25 1F 3A 15E 17 23
Octal 154 104 113 0 45 37 72 536 27 43
Binary 1101100 1000100 1001011 0 100101 11111 111010 101011110 10111 100011

Color Harmonies of #6C444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C444B

Black with #6C444B

Text Example


Text Example

White with #6C444B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,75); }

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

background-color css

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

 a { background-color: rgb(108,68,75); }

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

border-color css

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

 span { border-color: rgb(108,68,75); }

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