Html Css Color HEX #663313 Baker's Chocolate

📋 copy color: '#663313'

red 102 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #663313

Tints of Baker's Chocolate #663313

RGB

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

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

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

R = 59.3%
G = 29.65%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663313 (or 0x663313) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 13. RGB value is (102,51,19). Sum of RGB (Red+Green+Blue) = 102+51+19=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663313 is #99CCEC. Grayscale: #3E3E3E. Windows color (decimal): -10079469 or 1258342. OLE color: 1258342.

HSL color Cylindrical-coordinate representation of color #663313: hue angle of 23.13º 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 #663313 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 19 -
CMYK 0 0.5 0.81 0.6
HSL 23.13º 0.69% 0.24% -
HSV(B) 23.13º 0.81% 0.4% -
XYZ 6.78 5.24 1.27 -
YUV 62.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 102 51 19 0 0.5 0.81 0.6 23.13 0.69 0.24
Hex 66 33 13 0 32 51 3C 17 45 18
Octal 146 63 23 0 62 121 74 27 105 30
Binary 1100110 110011 10011 0 110010 1010001 111100 10111 1000101 11000

Color Harmonies of #663313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663313

Black with #663313

Text Example


Text Example

White with #663313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663313; }

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

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

background-color css

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

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

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

border-color css

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

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

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