Html Css Color HEX #6E3109 Baker's Chocolate

📋 copy color: '#6E3109'

red 110 ◦ green 49 ◦ blue 9

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

Shades of Baker's Chocolate #6E3109

Tints of Baker's Chocolate #6E3109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

 BLUE value IS 9 (3.91% from 255) = 5.36%

R = 65.48%
G = 29.17%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6E3109 (or 0x6E3109) is known color: Baker's Chocolate. HEX triplet: 6E, 31 and 09. RGB value is (110,49,9). Sum of RGB (Red+Green+Blue) = 110+49+9=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3109 is #91CEF6. Grayscale: #3E3E3E. Windows color (decimal): -9555703 or 602478. OLE color: 602478.

HSL color Cylindrical-coordinate representation of color #6E3109: hue angle of 23.76º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E3109 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 49 9 -
CMYK 0 0.55 0.92 0.57
HSL 23.76º 0.85% 0.23% -
HSV(B) 23.76º 0.92% 0.43% -
XYZ 7.58 5.53 0.93 -
YUV 62.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 110 49 9 0 0.55 0.92 0.57 23.76 0.85 0.23
Hex 6E 31 9 0 37 5C 39 18 55 17
Octal 156 61 11 0 67 134 71 30 125 27
Binary 1101110 110001 1001 0 110111 1011100 111001 11000 1010101 10111

Color Harmonies of #6E3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3109

Black with #6E3109

Text Example


Text Example

White with #6E3109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,49,9); }

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

background-color css

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

 a { background-color: rgb(110,49,9); }

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

border-color css

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

 span { border-color: rgb(110,49,9); }

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