Html Css Color HEX #663513 Baker's Chocolate

📋 copy color: '#663513'

red 102 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #663513

Tints of Baker's Chocolate #663513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.92%

R = 58.62%
G = 30.46%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663513 (or 0x663513) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 13. RGB value is (102,53,19). Sum of RGB (Red+Green+Blue) = 102+53+19=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663513 is #99CAEC. Grayscale: #3F3F3F. Windows color (decimal): -10078957 or 1258854. OLE color: 1258854.

HSL color Cylindrical-coordinate representation of color #663513: hue angle of 24.58º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #663513 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 19 -
CMYK 0 0.48 0.81 0.6
HSL 24.58º 0.69% 0.24% -
HSV(B) 24.58º 0.81% 0.4% -
XYZ 6.87 5.42 1.3 -
YUV 63.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 102 53 19 0 0.48 0.81 0.6 24.58 0.69 0.24
Hex 66 35 13 0 30 51 3C 19 45 18
Octal 146 65 23 0 60 121 74 31 105 30
Binary 1100110 110101 10011 0 110000 1010001 111100 11001 1000101 11000

Color Harmonies of #663513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663513

Black with #663513

Text Example


Text Example

White with #663513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663513; }

 p { color: rgb(102,53,19); }

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

background-color css

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

 a { background-color: rgb(102,53,19); }

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

border-color css

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

 span { border-color: rgb(102,53,19); }

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