Html Css Color HEX #6C442A Semi-Sweet Chocolate

📋 copy color: '#6C442A'

red 108 ◦ green 68 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #6C442A

Tints of Semi-Sweet Chocolate #6C442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 49.54%
G = 31.19%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C442A (or 0x6C442A) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 44 and 2A. RGB value is (108,68,42). Sum of RGB (Red+Green+Blue) = 108+68+42=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C442A is #93BBD5. Grayscale: #4D4D4D. Windows color (decimal): -9681878 or 2770028. OLE color: 2770028.

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

Color convert

RGB 108 68 42 -
CMYK 0 0.37 0.61 0.58
HSL 23.64º 0.44% 0.29% -
HSV(B) 23.64º 0.61% 0.42% -
XYZ 8.67 7.49 3.18 -
YUV 77 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 108 68 42 0 0.37 0.61 0.58 23.64 0.44 0.29
Hex 6C 44 2A 0 25 3D 3A 18 2C 1D
Octal 154 104 52 0 45 75 72 30 54 35
Binary 1101100 1000100 101010 0 100101 111101 111010 11000 101100 11101

Color Harmonies of #6C442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C442A

Black with #6C442A

Text Example


Text Example

White with #6C442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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