Html Css Color HEX #6A3511 Baker's Chocolate

📋 copy color: '#6A3511'

red 106 ◦ green 53 ◦ blue 17

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

Shades of Baker's Chocolate #6A3511

Tints of Baker's Chocolate #6A3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 60.23%
G = 30.11%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A3511 (or 0x6A3511) is known color: Baker's Chocolate. HEX triplet: 6A, 35 and 11. RGB value is (106,53,17). Sum of RGB (Red+Green+Blue) = 106+53+17=176 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.23% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3511 is #95CAEE. Grayscale: #404040. Windows color (decimal): -9816815 or 1127786. OLE color: 1127786.

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

Color convert

RGB 106 53 17 -
CMYK 0 0.5 0.84 0.58
HSL 24.27º 0.72% 0.24% -
HSV(B) 24.27º 0.84% 0.42% -
XYZ 7.32 5.65 1.24 -
YUV 64.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 106 53 17 0 0.5 0.84 0.58 24.27 0.72 0.24
Hex 6A 35 11 0 32 54 3A 18 48 18
Octal 152 65 21 0 62 124 72 30 110 30
Binary 1101010 110101 10001 0 110010 1010100 111010 11000 1001000 11000

Color Harmonies of #6A3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3511

Black with #6A3511

Text Example


Text Example

White with #6A3511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,17); }

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

background-color css

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

 a { background-color: rgb(106,53,17); }

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

border-color css

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

 span { border-color: rgb(106,53,17); }

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