Html Css Color HEX #6D412A Semi-Sweet Chocolate

📋 copy color: '#6D412A'

red 109 ◦ green 65 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #6D412A

Tints of Semi-Sweet Chocolate #6D412A

RGB

 RED value IS 109 (42.97% from 255) = 50.46%

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

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

R = 50.46%
G = 30.09%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D412A (or 0x6D412A) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 41 and 2A. RGB value is (109,65,42). Sum of RGB (Red+Green+Blue) = 109+65+42=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D412A is #92BED5. Grayscale: #4B4B4B. Windows color (decimal): -9617110 or 2769261. OLE color: 2769261.

HSL color Cylindrical-coordinate representation of color #6D412A: hue angle of 20.6º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D412A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 65 42 -
CMYK 0 0.40 0.61 0.57
HSL 20.6º 0.44% 0.3% -
HSV(B) 20.6º 0.61% 0.43% -
XYZ 8.61 7.2 3.13 -
YUV 75.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 109 65 42 0 0.40 0.61 0.57 20.6 0.44 0.3
Hex 6D 41 2A 0 28 3D 39 15 2C 1E
Octal 155 101 52 0 50 75 71 25 54 36
Binary 1101101 1000001 101010 0 101000 111101 111001 10101 101100 11110

Color Harmonies of #6D412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D412A

Black with #6D412A

Text Example


Text Example

White with #6D412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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