Html Css Color HEX #6C3F26 Semi-Sweet Chocolate

📋 copy color: '#6C3F26'

red 108 ◦ green 63 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #6C3F26

Tints of Semi-Sweet Chocolate #6C3F26

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 51.67%
G = 30.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6C3F26 (or 0x6C3F26) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 3F and 26. RGB value is (108,63,38). Sum of RGB (Red+Green+Blue) = 108+63+38=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3F26 is #93C0D9. Grayscale: #494949. Windows color (decimal): -9683162 or 2506604. OLE color: 2506604.

HSL color Cylindrical-coordinate representation of color #6C3F26: hue angle of 21.43º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3F26 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 63 38 -
CMYK 0 0.42 0.65 0.58
HSL 21.43º 0.48% 0.29% -
HSV(B) 21.43º 0.65% 0.42% -
XYZ 8.31 6.88 2.72 -
YUV 73.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 108 63 38 0 0.42 0.65 0.58 21.43 0.48 0.29
Hex 6C 3F 26 0 2A 41 3A 15 30 1D
Octal 154 77 46 0 52 101 72 25 60 35
Binary 1101100 111111 100110 0 101010 1000001 111010 10101 110000 11101

Color Harmonies of #6C3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3F26

Black with #6C3F26

Text Example


Text Example

White with #6C3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,63,38); }

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

background-color css

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

 a { background-color: rgb(108,63,38); }

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

border-color css

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

 span { border-color: rgb(108,63,38); }

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