Html Css Color HEX #6E3303 Baker's Chocolate

📋 copy color: '#6E3303'

red 110 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #6E3303

Tints of Baker's Chocolate #6E3303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 67.07%
G = 31.1%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6E3303 (or 0x6E3303) is known color: Baker's Chocolate. HEX triplet: 6E, 33 and 03. RGB value is (110,51,3). Sum of RGB (Red+Green+Blue) = 110+51+3=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3303 is #91CCFC. Grayscale: #3F3F3F. Windows color (decimal): -9555197 or 209774. OLE color: 209774.

HSL color Cylindrical-coordinate representation of color #6E3303: hue angle of 26.92º 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 #6E3303 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 51 3 -
CMYK 0 0.54 0.97 0.57
HSL 26.92º 0.95% 0.22% -
HSV(B) 26.92º 0.97% 0.43% -
XYZ 7.63 5.69 0.78 -
YUV 63.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 110 51 3 0 0.54 0.97 0.57 26.92 0.95 0.22
Hex 6E 33 3 0 36 61 39 1B 5F 16
Octal 156 63 3 0 66 141 71 33 137 26
Binary 1101110 110011 11 0 110110 1100001 111001 11011 1011111 10110

Color Harmonies of #6E3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3303

Black with #6E3303

Text Example


Text Example

White with #6E3303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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