Html Css Color HEX #6A3315 Baker's Chocolate

📋 copy color: '#6A3315'

red 106 ◦ green 51 ◦ blue 21

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

Shades of Baker's Chocolate #6A3315

Tints of Baker's Chocolate #6A3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 59.55%
G = 28.65%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6A3315 (or 0x6A3315) is known color: Baker's Chocolate. HEX triplet: 6A, 33 and 15. RGB value is (106,51,21). Sum of RGB (Red+Green+Blue) = 106+51+21=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3315 is #95CCEA. Grayscale: #404040. Windows color (decimal): -9817323 or 1389418. OLE color: 1389418.

HSL color Cylindrical-coordinate representation of color #6A3315: hue angle of 21.18º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A3315 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 51 21 -
CMYK 0 0.52 0.80 0.58
HSL 21.18º 0.67% 0.25% -
HSV(B) 21.18º 0.8% 0.42% -
XYZ 7.26 5.49 1.39 -
YUV 64.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 106 51 21 0 0.52 0.80 0.58 21.18 0.67 0.25
Hex 6A 33 15 0 34 50 3A 15 43 19
Octal 152 63 25 0 64 120 72 25 103 31
Binary 1101010 110011 10101 0 110100 1010000 111010 10101 1000011 11001

Color Harmonies of #6A3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3315

Black with #6A3315

Text Example


Text Example

White with #6A3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,21); }

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

background-color css

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

 a { background-color: rgb(106,51,21); }

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

border-color css

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

 span { border-color: rgb(106,51,21); }

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