Html Css Color HEX #6C4021 Semi-Sweet Chocolate

📋 copy color: '#6C4021'

red 108 ◦ green 64 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #6C4021

Tints of Semi-Sweet Chocolate #6C4021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

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

R = 52.68%
G = 31.22%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C4021 (or 0x6C4021) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 21. RGB value is (108,64,33). Sum of RGB (Red+Green+Blue) = 108+64+33=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4021 is #93BFDE. Grayscale: #494949. Windows color (decimal): -9682911 or 2179180. OLE color: 2179180.

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

Color convert

RGB 108 64 33 -
CMYK 0 0.41 0.69 0.58
HSL 24.8º 0.53% 0.28% -
HSV(B) 24.8º 0.69% 0.42% -
XYZ 8.29 6.96 2.35 -
YUV 73.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 108 64 33 0 0.41 0.69 0.58 24.8 0.53 0.28
Hex 6C 40 21 0 29 45 3A 19 35 1C
Octal 154 100 41 0 51 105 72 31 65 34
Binary 1101100 1000000 100001 0 101001 1000101 111010 11001 110101 11100

Color Harmonies of #6C4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4021

Black with #6C4021

Text Example


Text Example

White with #6C4021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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