Html Css Color HEX #6E230B Baker's Chocolate

📋 copy color: '#6E230B'

red 110 ◦ green 35 ◦ blue 11

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

Shades of Baker's Chocolate #6E230B

Tints of Baker's Chocolate #6E230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 70.51%
G = 22.44%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.9

 K value IS 0.57

RGB Variations

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

Color information

#6E230B (or 0x6E230B) is known color: Baker's Chocolate. HEX triplet: 6E, 23 and 0B. RGB value is (110,35,11). Sum of RGB (Red+Green+Blue) = 110+35+11=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E230B is #91DCF4. Grayscale: #363636. Windows color (decimal): -9559285 or 729966. OLE color: 729966.

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

Color convert

RGB 110 35 11 -
CMYK 0 0.68 0.9 0.57
HSL 14.55º 0.82% 0.24% -
HSV(B) 14.55º 0.9% 0.43% -
XYZ 7.09 4.54 0.82 -
YUV 54.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 110 35 11 0 0.68 0.9 0.57 14.55 0.82 0.24
Hex 6E 23 B 0 44 5A 39 F 52 18
Octal 156 43 13 0 104 132 71 17 122 30
Binary 1101110 100011 1011 0 1000100 1011010 111001 1111 1010010 11000

Color Harmonies of #6E230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E230B

Black with #6E230B

Text Example


Text Example

White with #6E230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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