Html Css Color HEX #6E2308 Baker's Chocolate

📋 copy color: '#6E2308'

red 110 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #6E2308

Tints of Baker's Chocolate #6E2308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 71.9%
G = 22.88%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6E2308 (or 0x6E2308) is known color: Baker's Chocolate. HEX triplet: 6E, 23 and 08. RGB value is (110,35,8). Sum of RGB (Red+Green+Blue) = 110+35+8=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2308 is #91DCF7. Grayscale: #363636. Windows color (decimal): -9559288 or 533358. OLE color: 533358.

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

Color convert

RGB 110 35 8 -
CMYK 0 0.68 0.93 0.57
HSL 15.88º 0.86% 0.23% -
HSV(B) 15.88º 0.93% 0.43% -
XYZ 7.08 4.53 0.73 -
YUV 54.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 110 35 8 0 0.68 0.93 0.57 15.88 0.86 0.23
Hex 6E 23 8 0 44 5D 39 10 56 17
Octal 156 43 10 0 104 135 71 20 126 27
Binary 1101110 100011 1000 0 1000100 1011101 111001 10000 1010110 10111

Color Harmonies of #6E2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2308

Black with #6E2308

Text Example


Text Example

White with #6E2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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