Html Css Color HEX #6C4322 Semi-Sweet Chocolate

📋 copy color: '#6C4322'

red 108 ◦ green 67 ◦ blue 34

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

Shades of Semi-Sweet Chocolate #6C4322

Tints of Semi-Sweet Chocolate #6C4322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

 BLUE value IS 34 (13.67% from 255) = 16.27%

R = 51.67%
G = 32.06%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C4322 (or 0x6C4322) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 43 and 22. RGB value is (108,67,34). Sum of RGB (Red+Green+Blue) = 108+67+34=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4322 is #93BCDD. Grayscale: #4B4B4B. Windows color (decimal): -9682142 or 2245484. OLE color: 2245484.

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

Color convert

RGB 108 67 34 -
CMYK 0 0.38 0.69 0.58
HSL 26.76º 0.52% 0.28% -
HSV(B) 26.76º 0.69% 0.42% -
XYZ 8.48 7.32 2.48 -
YUV 75.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 108 67 34 0 0.38 0.69 0.58 26.76 0.52 0.28
Hex 6C 43 22 0 26 45 3A 1B 34 1C
Octal 154 103 42 0 46 105 72 33 64 34
Binary 1101100 1000011 100010 0 100110 1000101 111010 11011 110100 11100

Color Harmonies of #6C4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4322

Black with #6C4322

Text Example


Text Example

White with #6C4322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,67,34); }

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

background-color css

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

 a { background-color: rgb(108,67,34); }

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

border-color css

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

 span { border-color: rgb(108,67,34); }

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