Html Css Color HEX #6C412A Semi-Sweet Chocolate

📋 copy color: '#6C412A'

red 108 ◦ green 65 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #6C412A

Tints of Semi-Sweet Chocolate #6C412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 50.23%
G = 30.23%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C412A (or 0x6C412A) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 41 and 2A. RGB value is (108,65,42). Sum of RGB (Red+Green+Blue) = 108+65+42=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C412A is #93BED5. Grayscale: #4B4B4B. Windows color (decimal): -9682646 or 2769260. OLE color: 2769260.

HSL color Cylindrical-coordinate representation of color #6C412A: hue angle of 20.91º 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 #6C412A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 65 42 -
CMYK 0 0.40 0.61 0.58
HSL 20.91º 0.44% 0.29% -
HSV(B) 20.91º 0.61% 0.42% -
XYZ 8.49 7.14 3.12 -
YUV 75.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 108 65 42 0 0.40 0.61 0.58 20.91 0.44 0.29
Hex 6C 41 2A 0 28 3D 3A 15 2C 1D
Octal 154 101 52 0 50 75 72 25 54 35
Binary 1101100 1000001 101010 0 101000 111101 111010 10101 101100 11101

Color Harmonies of #6C412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C412A

Black with #6C412A

Text Example


Text Example

White with #6C412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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