Html Css Color HEX #6A290C Baker's Chocolate

📋 copy color: '#6A290C'

red 106 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #6A290C

Tints of Baker's Chocolate #6A290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 66.67%
G = 25.79%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6A290C (or 0x6A290C) is known color: Baker's Chocolate. HEX triplet: 6A, 29 and 0C. RGB value is (106,41,12). Sum of RGB (Red+Green+Blue) = 106+41+12=159 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.67% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 106 - color contains mainly: red. Hex color #6A290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A290C is #95D6F3. Grayscale: #393939. Windows color (decimal): -9819892 or 797034. OLE color: 797034.

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

Color convert

RGB 106 41 12 -
CMYK 0 0.61 0.89 0.58
HSL 18.51º 0.8% 0.23% -
HSV(B) 18.51º 0.89% 0.42% -
XYZ 6.8 4.68 0.89 -
YUV 57.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 106 41 12 0 0.61 0.89 0.58 18.51 0.8 0.23
Hex 6A 29 C 0 3D 59 3A 13 50 17
Octal 152 51 14 0 75 131 72 23 120 27
Binary 1101010 101001 1100 0 111101 1011001 111010 10011 1010000 10111

Color Harmonies of #6A290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A290C

Black with #6A290C

Text Example


Text Example

White with #6A290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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