Html Css Color HEX #6E290F Baker's Chocolate

📋 copy color: '#6E290F'

red 110 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #6E290F

Tints of Baker's Chocolate #6E290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 66.27%
G = 24.7%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E290F (or 0x6E290F) is known color: Baker's Chocolate. HEX triplet: 6E, 29 and 0F. RGB value is (110,41,15). Sum of RGB (Red+Green+Blue) = 110+41+15=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E290F is #91D6F0. Grayscale: #3A3A3A. Windows color (decimal): -9557745 or 993646. OLE color: 993646.

HSL color Cylindrical-coordinate representation of color #6E290F: hue angle of 16.42º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E290F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 41 15 -
CMYK 0 0.63 0.86 0.57
HSL 16.42º 0.76% 0.25% -
HSV(B) 16.42º 0.86% 0.43% -
XYZ 7.31 4.94 1.02 -
YUV 58.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 110 41 15 0 0.63 0.86 0.57 16.42 0.76 0.25
Hex 6E 29 F 0 3F 56 39 10 4C 19
Octal 156 51 17 0 77 126 71 20 114 31
Binary 1101110 101001 1111 0 111111 1010110 111001 10000 1001100 11001

Color Harmonies of #6E290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E290F

Black with #6E290F

Text Example


Text Example

White with #6E290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,15); }

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

background-color css

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

 a { background-color: rgb(110,41,15); }

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

border-color css

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

 span { border-color: rgb(110,41,15); }

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