Html Css Color HEX #6D4028 Semi-Sweet Chocolate

📋 copy color: '#6D4028'

red 109 ◦ green 64 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #6D4028

Tints of Semi-Sweet Chocolate #6D4028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 51.17%
G = 30.05%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D4028 (or 0x6D4028) is known color: Semi-Sweet Chocolate. HEX triplet: 6D, 40 and 28. RGB value is (109,64,40). Sum of RGB (Red+Green+Blue) = 109+64+40=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4028 is #92BFD7. Grayscale: #4A4A4A. Windows color (decimal): -9617368 or 2637933. OLE color: 2637933.

HSL color Cylindrical-coordinate representation of color #6D4028: hue angle of 20.87º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4028 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 40 -
CMYK 0 0.41 0.63 0.57
HSL 20.87º 0.46% 0.29% -
HSV(B) 20.87º 0.63% 0.43% -
XYZ 8.52 7.07 2.92 -
YUV 74.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 109 64 40 0 0.41 0.63 0.57 20.87 0.46 0.29
Hex 6D 40 28 0 29 3F 39 15 2E 1D
Octal 155 100 50 0 51 77 71 25 56 35
Binary 1101101 1000000 101000 0 101001 111111 111001 10101 101110 11101

Color Harmonies of #6D4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4028

Black with #6D4028

Text Example


Text Example

White with #6D4028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,64,40); }

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

background-color css

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

 a { background-color: rgb(109,64,40); }

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

border-color css

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

 span { border-color: rgb(109,64,40); }

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