Html Css Color HEX #6E340D Baker's Chocolate

📋 copy color: '#6E340D'

red 110 ◦ green 52 ◦ blue 13

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

Shades of Baker's Chocolate #6E340D

Tints of Baker's Chocolate #6E340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 62.86%
G = 29.71%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6E340D (or 0x6E340D) is known color: Baker's Chocolate. HEX triplet: 6E, 34 and 0D. RGB value is (110,52,13). Sum of RGB (Red+Green+Blue) = 110+52+13=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E340D is #91CBF2. Grayscale: #414141. Windows color (decimal): -9554931 or 865390. OLE color: 865390.

HSL color Cylindrical-coordinate representation of color #6E340D: hue angle of 24.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E340D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 52 13 -
CMYK 0 0.53 0.88 0.57
HSL 24.12º 0.79% 0.24% -
HSV(B) 24.12º 0.88% 0.43% -
XYZ 7.73 5.8 1.09 -
YUV 64.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 110 52 13 0 0.53 0.88 0.57 24.12 0.79 0.24
Hex 6E 34 D 0 35 58 39 18 4F 18
Octal 156 64 15 0 65 130 71 30 117 30
Binary 1101110 110100 1101 0 110101 1011000 111001 11000 1001111 11000

Color Harmonies of #6E340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E340D

Black with #6E340D

Text Example


Text Example

White with #6E340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,52,13); }

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

background-color css

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

 a { background-color: rgb(110,52,13); }

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

border-color css

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

 span { border-color: rgb(110,52,13); }

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