Html Css Color HEX #663F25 Semi-Sweet Chocolate

📋 copy color: '#663F25'

red 102 ◦ green 63 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #663F25

Tints of Semi-Sweet Chocolate #663F25

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 50.5%
G = 31.19%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#663F25 (or 0x663F25) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 3F and 25. RGB value is (102,63,37). Sum of RGB (Red+Green+Blue) = 102+63+37=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F25 is #99C0DA. Grayscale: #474747. Windows color (decimal): -10076379 or 2441062. OLE color: 2441062.

HSL color Cylindrical-coordinate representation of color #663F25: hue angle of 24º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663F25 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 37 -
CMYK 0 0.38 0.64 0.6
HSL 24º 0.47% 0.27% -
HSV(B) 24º 0.64% 0.4% -
XYZ 7.59 6.51 2.61 -
YUV 71.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 102 63 37 0 0.38 0.64 0.6 24 0.47 0.27
Hex 66 3F 25 0 26 40 3C 18 2F 1B
Octal 146 77 45 0 46 100 74 30 57 33
Binary 1100110 111111 100101 0 100110 1000000 111100 11000 101111 11011

Color Harmonies of #663F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F25

Black with #663F25

Text Example


Text Example

White with #663F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,63,37); }

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

background-color css

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

 a { background-color: rgb(102,63,37); }

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

border-color css

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

 span { border-color: rgb(102,63,37); }

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