Html Css Color HEX #6A2A0F Baker's Chocolate

📋 copy color: '#6A2A0F'

red 106 ◦ green 42 ◦ blue 15

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

Shades of Baker's Chocolate #6A2A0F

Tints of Baker's Chocolate #6A2A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.77%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 65.03%
G = 25.77%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A2A0F (or 0x6A2A0F) is known color: Baker's Chocolate. HEX triplet: 6A, 2A and 0F. RGB value is (106,42,15). Sum of RGB (Red+Green+Blue) = 106+42+15=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2A0F is #95D5F0. Grayscale: #3A3A3A. Windows color (decimal): -9819633 or 993898. OLE color: 993898.

HSL color Cylindrical-coordinate representation of color #6A2A0F: hue angle of 17.8º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A2A0F is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 42 15 -
CMYK 0 0.60 0.86 0.58
HSL 17.8º 0.75% 0.24% -
HSV(B) 17.8º 0.86% 0.42% -
XYZ 6.86 4.75 1.01 -
YUV 58.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 106 42 15 0 0.60 0.86 0.58 17.8 0.75 0.24
Hex 6A 2A F 0 3C 56 3A 12 4B 18
Octal 152 52 17 0 74 126 72 22 113 30
Binary 1101010 101010 1111 0 111100 1010110 111010 10010 1001011 11000

Color Harmonies of #6A2A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2A0F

Black with #6A2A0F

Text Example


Text Example

White with #6A2A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,42,15); }

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

background-color css

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

 a { background-color: rgb(106,42,15); }

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

border-color css

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

 span { border-color: rgb(106,42,15); }

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