Html Css Color HEX #6E2003 Baker's Chocolate

📋 copy color: '#6E2003'

red 110 ◦ green 32 ◦ blue 3

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

Shades of Baker's Chocolate #6E2003

Tints of Baker's Chocolate #6E2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 3 (1.56% from 255) = 2.07%

R = 75.86%
G = 22.07%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6E2003 (or 0x6E2003) is known color: Baker's Chocolate. HEX triplet: 6E, 20 and 03. RGB value is (110,32,3). Sum of RGB (Red+Green+Blue) = 110+32+3=145 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.86% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2003 is #91DFFC. Grayscale: #343434. Windows color (decimal): -9560061 or 204910. OLE color: 204910.

HSL color Cylindrical-coordinate representation of color #6E2003: hue angle of 16.26º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E2003 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 32 3 -
CMYK 0 0.71 0.97 0.57
HSL 16.26º 0.95% 0.22% -
HSV(B) 16.26º 0.97% 0.43% -
XYZ 6.96 4.35 0.56 -
YUV 52.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 110 32 3 0 0.71 0.97 0.57 16.26 0.95 0.22
Hex 6E 20 3 0 47 61 39 10 5F 16
Octal 156 40 3 0 107 141 71 20 137 26
Binary 1101110 100000 11 0 1000111 1100001 111001 10000 1011111 10110

Color Harmonies of #6E2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2003

Black with #6E2003

Text Example


Text Example

White with #6E2003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,3); }

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

background-color css

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

 a { background-color: rgb(110,32,3); }

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

border-color css

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

 span { border-color: rgb(110,32,3); }

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