Html Css Color HEX #6E452C Semi-Sweet Chocolate

📋 copy color: '#6E452C'

red 110 ◦ green 69 ◦ blue 44

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

Shades of Semi-Sweet Chocolate #6E452C

Tints of Semi-Sweet Chocolate #6E452C

RGB

 RED value IS 110 (43.36% from 255) = 49.33%

 GREEN value IS 69 (27.34% from 255) = 30.94%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 49.33%
G = 30.94%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E452C (or 0x6E452C) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 45 and 2C. RGB value is (110,69,44). Sum of RGB (Red+Green+Blue) = 110+69+44=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E452C is #91BAD3. Grayscale: #4E4E4E. Windows color (decimal): -9550548 or 2901358. OLE color: 2901358.

HSL color Cylindrical-coordinate representation of color #6E452C: hue angle of 22.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E452C is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 69 44 -
CMYK 0 0.37 0.6 0.57
HSL 22.73º 0.43% 0.3% -
HSV(B) 22.73º 0.6% 0.43% -
XYZ 9.01 7.75 3.4 -
YUV 78.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 110 69 44 0 0.37 0.6 0.57 22.73 0.43 0.3
Hex 6E 45 2C 0 25 3C 39 17 2B 1E
Octal 156 105 54 0 45 74 71 27 53 36
Binary 1101110 1000101 101100 0 100101 111100 111001 10111 101011 11110

Color Harmonies of #6E452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E452C

Black with #6E452C

Text Example


Text Example

White with #6E452C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,44); }

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

background-color css

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

 a { background-color: rgb(110,69,44); }

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

border-color css

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

 span { border-color: rgb(110,69,44); }

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