Html Css Color HEX #6E3404 Baker's Chocolate

📋 copy color: '#6E3404'

red 110 ◦ green 52 ◦ blue 4

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

Shades of Baker's Chocolate #6E3404

Tints of Baker's Chocolate #6E3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 66.27%
G = 31.33%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6E3404 (or 0x6E3404) is known color: Baker's Chocolate. HEX triplet: 6E, 34 and 04. RGB value is (110,52,4). Sum of RGB (Red+Green+Blue) = 110+52+4=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3404 is #91CBFB. Grayscale: #404040. Windows color (decimal): -9554940 or 275566. OLE color: 275566.

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

Color convert

RGB 110 52 4 -
CMYK 0 0.53 0.96 0.57
HSL 27.17º 0.93% 0.22% -
HSV(B) 27.17º 0.96% 0.43% -
XYZ 7.68 5.78 0.83 -
YUV 63.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 110 52 4 0 0.53 0.96 0.57 27.17 0.93 0.22
Hex 6E 34 4 0 35 60 39 1B 5D 16
Octal 156 64 4 0 65 140 71 33 135 26
Binary 1101110 110100 100 0 110101 1100000 111001 11011 1011101 10110

Color Harmonies of #6E3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3404

Black with #6E3404

Text Example


Text Example

White with #6E3404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,52,4); }

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

background-color css

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

 a { background-color: rgb(110,52,4); }

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

border-color css

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

 span { border-color: rgb(110,52,4); }

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