Html Css Color HEX #6C4221 Semi-Sweet Chocolate

📋 copy color: '#6C4221'

red 108 ◦ green 66 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #6C4221

Tints of Semi-Sweet Chocolate #6C4221

RGB

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

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

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

R = 52.17%
G = 31.88%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C4221 (or 0x6C4221) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 42 and 21. RGB value is (108,66,33). Sum of RGB (Red+Green+Blue) = 108+66+33=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4221 is #93BDDE. Grayscale: #4A4A4A. Windows color (decimal): -9682399 or 2179692. OLE color: 2179692.

HSL color Cylindrical-coordinate representation of color #6C4221: hue angle of 26.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C4221 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 66 33 -
CMYK 0 0.39 0.69 0.58
HSL 26.4º 0.53% 0.28% -
HSV(B) 26.4º 0.69% 0.42% -
XYZ 8.41 7.19 2.38 -
YUV 74.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 108 66 33 0 0.39 0.69 0.58 26.4 0.53 0.28
Hex 6C 42 21 0 27 45 3A 1A 35 1C
Octal 154 102 41 0 47 105 72 32 65 34
Binary 1101100 1000010 100001 0 100111 1000101 111010 11010 110101 11100

Color Harmonies of #6C4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4221

Black with #6C4221

Text Example


Text Example

White with #6C4221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,66,33); }

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

background-color css

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

 a { background-color: rgb(108,66,33); }

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

border-color css

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

 span { border-color: rgb(108,66,33); }

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