Html Css Color HEX #663A16 Baker's Chocolate

📋 copy color: '#663A16'

red 102 ◦ green 58 ◦ blue 22

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

Shades of Baker's Chocolate #663A16

Tints of Baker's Chocolate #663A16

RGB

 RED value IS 102 (40.23% from 255) = 56.04%

 GREEN value IS 58 (23.05% from 255) = 31.87%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 56.04%
G = 31.87%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#663A16 (or 0x663A16) is known color: Baker's Chocolate. HEX triplet: 66, 3A and 16. RGB value is (102,58,22). Sum of RGB (Red+Green+Blue) = 102+58+22=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A16 is #99C5E9. Grayscale: #434343. Windows color (decimal): -10077674 or 1456742. OLE color: 1456742.

HSL color Cylindrical-coordinate representation of color #663A16: hue angle of 27º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #663A16 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 22 -
CMYK 0 0.43 0.78 0.6
HSL 27º 0.65% 0.24% -
HSV(B) 27º 0.78% 0.4% -
XYZ 7.14 5.91 1.52 -
YUV 67.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 102 58 22 0 0.43 0.78 0.6 27 0.65 0.24
Hex 66 3A 16 0 2B 4E 3C 1B 41 18
Octal 146 72 26 0 53 116 74 33 101 30
Binary 1100110 111010 10110 0 101011 1001110 111100 11011 1000001 11000

Color Harmonies of #663A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A16

Black with #663A16

Text Example


Text Example

White with #663A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663A16; }

 p { color: rgb(102,58,22); }

 H1.HeaderClassName
 {
   color: #663A16;
 }
 .AnyTagClassName
 {
   color: #663A16;
 }
</style>

background-color css

<style>
 a { background-color: #663A16; }

 a { background-color: rgb(102,58,22); }

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

border-color css

<style>
 span { border-color: #663A16; }

 span { border-color: rgb(102,58,22); }

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