Html Css Color HEX #6A3514 Baker's Chocolate

📋 copy color: '#6A3514'

red 106 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #6A3514

Tints of Baker's Chocolate #6A3514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 59.22%
G = 29.61%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6A3514 (or 0x6A3514) is known color: Baker's Chocolate. HEX triplet: 6A, 35 and 14. RGB value is (106,53,20). Sum of RGB (Red+Green+Blue) = 106+53+20=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3514 is #95CAEB. Grayscale: #414141. Windows color (decimal): -9816812 or 1324394. OLE color: 1324394.

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

Color convert

RGB 106 53 20 -
CMYK 0 0.5 0.81 0.58
HSL 23.02º 0.68% 0.25% -
HSV(B) 23.02º 0.81% 0.42% -
XYZ 7.34 5.66 1.37 -
YUV 65.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 106 53 20 0 0.5 0.81 0.58 23.02 0.68 0.25
Hex 6A 35 14 0 32 51 3A 17 44 19
Octal 152 65 24 0 62 121 72 27 104 31
Binary 1101010 110101 10100 0 110010 1010001 111010 10111 1000100 11001

Color Harmonies of #6A3514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3514

Black with #6A3514

Text Example


Text Example

White with #6A3514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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