Html Css Color HEX #6D422B Semi-Sweet Chocolate

📋 copy color: '#6D422B'

red 109 ◦ green 66 ◦ blue 43

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

Shades of Semi-Sweet Chocolate #6D422B

Tints of Semi-Sweet Chocolate #6D422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 50%
G = 30.28%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D422B (or 0x6D422B) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 42 and 2B. RGB value is (109,66,43). Sum of RGB (Red+Green+Blue) = 109+66+43=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D422B is #92BDD4. Grayscale: #4C4C4C. Windows color (decimal): -9616853 or 2835053. OLE color: 2835053.

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

Color convert

RGB 109 66 43 -
CMYK 0 0.39 0.61 0.57
HSL 20.91º 0.43% 0.3% -
HSV(B) 20.91º 0.61% 0.43% -
XYZ 8.69 7.32 3.24 -
YUV 76.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 109 66 43 0 0.39 0.61 0.57 20.91 0.43 0.3
Hex 6D 42 2B 0 27 3D 39 15 2B 1E
Octal 155 102 53 0 47 75 71 25 53 36
Binary 1101101 1000010 101011 0 100111 111101 111001 10101 101011 11110

Color Harmonies of #6D422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D422B

Black with #6D422B

Text Example


Text Example

White with #6D422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,43); }

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

background-color css

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

 a { background-color: rgb(109,66,43); }

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

border-color css

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

 span { border-color: rgb(109,66,43); }

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