Html Css Color HEX #6C4325 Semi-Sweet Chocolate

📋 copy color: '#6C4325'

red 108 ◦ green 67 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #6C4325

Tints of Semi-Sweet Chocolate #6C4325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 50.94%
G = 31.6%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6C4325 (or 0x6C4325) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 43 and 25. RGB value is (108,67,37). Sum of RGB (Red+Green+Blue) = 108+67+37=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4325 is #93BCDA. Grayscale: #4C4C4C. Windows color (decimal): -9682139 or 2442092. OLE color: 2442092.

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

Color convert

RGB 108 67 37 -
CMYK 0 0.38 0.66 0.58
HSL 25.35º 0.49% 0.28% -
HSV(B) 25.35º 0.66% 0.42% -
XYZ 8.53 7.34 2.72 -
YUV 75.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 108 67 37 0 0.38 0.66 0.58 25.35 0.49 0.28
Hex 6C 43 25 0 26 42 3A 19 31 1C
Octal 154 103 45 0 46 102 72 31 61 34
Binary 1101100 1000011 100101 0 100110 1000010 111010 11001 110001 11100

Color Harmonies of #6C4325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4325

Black with #6C4325

Text Example


Text Example

White with #6C4325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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