Html Css Color HEX #6D4121 Semi-Sweet Chocolate

📋 copy color: '#6D4121'

red 109 ◦ green 65 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #6D4121

Tints of Semi-Sweet Chocolate #6D4121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 52.66%
G = 31.4%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#6D4121 (or 0x6D4121) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 41 and 21. RGB value is (109,65,33). Sum of RGB (Red+Green+Blue) = 109+65+33=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4121 is #92BEDE. Grayscale: #4A4A4A. Windows color (decimal): -9617119 or 2179437. OLE color: 2179437.

HSL color Cylindrical-coordinate representation of color #6D4121: hue angle of 25.26º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4121 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 65 33 -
CMYK 0 0.40 0.70 0.57
HSL 25.26º 0.54% 0.28% -
HSV(B) 25.26º 0.7% 0.43% -
XYZ 8.47 7.14 2.37 -
YUV 74.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 109 65 33 0 0.40 0.70 0.57 25.26 0.54 0.28
Hex 6D 41 21 0 28 46 39 19 36 1C
Octal 155 101 41 0 50 106 71 31 66 34
Binary 1101101 1000001 100001 0 101000 1000110 111001 11001 110110 11100

Color Harmonies of #6D4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4121

Black with #6D4121

Text Example


Text Example

White with #6D4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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