Html Css Color HEX #663413 Baker's Chocolate

📋 copy color: '#663413'

red 102 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #663413

Tints of Baker's Chocolate #663413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

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

R = 58.96%
G = 30.06%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663413 (or 0x663413) is known color: Baker's Chocolate. HEX triplet: 66, 34 and 13. RGB value is (102,52,19). Sum of RGB (Red+Green+Blue) = 102+52+19=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #663413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663413 is #99CBEC. Grayscale: #3F3F3F. Windows color (decimal): -10079213 or 1258598. OLE color: 1258598.

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

Color convert

RGB 102 52 19 -
CMYK 0 0.49 0.81 0.6
HSL 23.86º 0.69% 0.24% -
HSV(B) 23.86º 0.81% 0.4% -
XYZ 6.83 5.33 1.28 -
YUV 63.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 102 52 19 0 0.49 0.81 0.6 23.86 0.69 0.24
Hex 66 34 13 0 31 51 3C 18 45 18
Octal 146 64 23 0 61 121 74 30 105 30
Binary 1100110 110100 10011 0 110001 1010001 111100 11000 1000101 11000

Color Harmonies of #663413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663413

Black with #663413

Text Example


Text Example

White with #663413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663413; }

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

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

background-color css

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

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

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

border-color css

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

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

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