Html Css Color HEX #663113 Baker's Chocolate

📋 copy color: '#663113'

red 102 ◦ green 49 ◦ blue 19

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

Shades of Baker's Chocolate #663113

Tints of Baker's Chocolate #663113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

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

R = 60%
G = 28.82%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663113 (or 0x663113) is known color: Baker's Chocolate. HEX triplet: 66, 31 and 13. RGB value is (102,49,19). Sum of RGB (Red+Green+Blue) = 102+49+19=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663113 is #99CEEC. Grayscale: #3D3D3D. Windows color (decimal): -10079981 or 1257830. OLE color: 1257830.

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

Color convert

RGB 102 49 19 -
CMYK 0 0.52 0.81 0.6
HSL 21.69º 0.69% 0.24% -
HSV(B) 21.69º 0.81% 0.4% -
XYZ 6.7 5.07 1.24 -
YUV 61.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 102 49 19 0 0.52 0.81 0.6 21.69 0.69 0.24
Hex 66 31 13 0 34 51 3C 16 45 18
Octal 146 61 23 0 64 121 74 26 105 30
Binary 1100110 110001 10011 0 110100 1010001 111100 10110 1000101 11000

Color Harmonies of #663113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663113

Black with #663113

Text Example


Text Example

White with #663113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663113; }

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

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

background-color css

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

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

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

border-color css

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

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

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