Html Css Color HEX #6A2913 Baker's Chocolate

📋 copy color: '#6A2913'

red 106 ◦ green 41 ◦ blue 19

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

Shades of Baker's Chocolate #6A2913

Tints of Baker's Chocolate #6A2913

RGB

 RED value IS 106 (41.8% from 255) = 63.86%

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 63.86%
G = 24.7%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6A2913 (or 0x6A2913) is known color: Baker's Chocolate. HEX triplet: 6A, 29 and 13. RGB value is (106,41,19). Sum of RGB (Red+Green+Blue) = 106+41+19=166 (21% of max value = 765). Red value is 106 (41.80% from 255 or 63.86% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2913 is #95D6EC. Grayscale: #3A3A3A. Windows color (decimal): -9819885 or 1255786. OLE color: 1255786.

HSL color Cylindrical-coordinate representation of color #6A2913: hue angle of 15.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A2913 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 41 19 -
CMYK 0 0.61 0.82 0.58
HSL 15.17º 0.7% 0.25% -
HSV(B) 15.17º 0.82% 0.42% -
XYZ 6.85 4.7 1.16 -
YUV 57.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 106 41 19 0 0.61 0.82 0.58 15.17 0.7 0.25
Hex 6A 29 13 0 3D 52 3A F 46 19
Octal 152 51 23 0 75 122 72 17 106 31
Binary 1101010 101001 10011 0 111101 1010010 111010 1111 1000110 11001

Color Harmonies of #6A2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2913

Black with #6A2913

Text Example


Text Example

White with #6A2913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,41,19); }

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

background-color css

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

 a { background-color: rgb(106,41,19); }

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

border-color css

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

 span { border-color: rgb(106,41,19); }

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