Html Css Color HEX #6C4125 Semi-Sweet Chocolate

📋 copy color: '#6C4125'

red 108 ◦ green 65 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #6C4125

Tints of Semi-Sweet Chocolate #6C4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

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

R = 51.43%
G = 30.95%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6C4125 (or 0x6C4125) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 41 and 25. RGB value is (108,65,37). Sum of RGB (Red+Green+Blue) = 108+65+37=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4125 is #93BEDA. Grayscale: #4A4A4A. Windows color (decimal): -9682651 or 2441580. OLE color: 2441580.

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

Color convert

RGB 108 65 37 -
CMYK 0 0.40 0.66 0.58
HSL 23.66º 0.49% 0.28% -
HSV(B) 23.66º 0.66% 0.42% -
XYZ 8.41 7.1 2.68 -
YUV 74.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 108 65 37 0 0.40 0.66 0.58 23.66 0.49 0.28
Hex 6C 41 25 0 28 42 3A 18 31 1C
Octal 154 101 45 0 50 102 72 30 61 34
Binary 1101100 1000001 100101 0 101000 1000010 111010 11000 110001 11100

Color Harmonies of #6C4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4125

Black with #6C4125

Text Example


Text Example

White with #6C4125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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