Html Css Color HEX #6E230C Baker's Chocolate

📋 copy color: '#6E230C'

red 110 ◦ green 35 ◦ blue 12

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

Shades of Baker's Chocolate #6E230C

Tints of Baker's Chocolate #6E230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 70.06%
G = 22.29%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E230C (or 0x6E230C) is known color: Baker's Chocolate. HEX triplet: 6E, 23 and 0C. RGB value is (110,35,12). Sum of RGB (Red+Green+Blue) = 110+35+12=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E230C is #91DCF3. Grayscale: #363636. Windows color (decimal): -9559284 or 795502. OLE color: 795502.

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

Color convert

RGB 110 35 12 -
CMYK 0 0.68 0.89 0.57
HSL 14.08º 0.8% 0.24% -
HSV(B) 14.08º 0.89% 0.43% -
XYZ 7.1 4.54 0.85 -
YUV 54.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 110 35 12 0 0.68 0.89 0.57 14.08 0.8 0.24
Hex 6E 23 C 0 44 59 39 E 50 18
Octal 156 43 14 0 104 131 71 16 120 30
Binary 1101110 100011 1100 0 1000100 1011001 111001 1110 1010000 11000

Color Harmonies of #6E230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E230C

Black with #6E230C

Text Example


Text Example

White with #6E230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,12); }

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

background-color css

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

 a { background-color: rgb(110,35,12); }

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

border-color css

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

 span { border-color: rgb(110,35,12); }

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