Html Css Color HEX #6E3106 Baker's Chocolate

📋 copy color: '#6E3106'

red 110 ◦ green 49 ◦ blue 6

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

Shades of Baker's Chocolate #6E3106

Tints of Baker's Chocolate #6E3106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 6 (2.73% from 255) = 3.64%

R = 66.67%
G = 29.7%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E3106 (or 0x6E3106) is known color: Baker's Chocolate. HEX triplet: 6E, 31 and 06. RGB value is (110,49,6). Sum of RGB (Red+Green+Blue) = 110+49+6=165 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.67% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3106 is #91CEF9. Grayscale: #3E3E3E. Windows color (decimal): -9555706 or 405870. OLE color: 405870.

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

Color convert

RGB 110 49 6 -
CMYK 0 0.55 0.95 0.57
HSL 24.81º 0.9% 0.23% -
HSV(B) 24.81º 0.95% 0.43% -
XYZ 7.56 5.52 0.84 -
YUV 62.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 110 49 6 0 0.55 0.95 0.57 24.81 0.9 0.23
Hex 6E 31 6 0 37 5F 39 19 5A 17
Octal 156 61 6 0 67 137 71 31 132 27
Binary 1101110 110001 110 0 110111 1011111 111001 11001 1011010 10111

Color Harmonies of #6E3106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3106

Black with #6E3106

Text Example


Text Example

White with #6E3106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,49,6); }

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

background-color css

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

 a { background-color: rgb(110,49,6); }

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

border-color css

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

 span { border-color: rgb(110,49,6); }

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