Html Css Color HEX #683F2B Semi-Sweet Chocolate

📋 copy color: '#683F2B'

red 104 ◦ green 63 ◦ blue 43

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

Shades of Semi-Sweet Chocolate #683F2B

Tints of Semi-Sweet Chocolate #683F2B

RGB

 RED value IS 104 (41.02% from 255) = 49.52%

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 49.52%
G = 30%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#683F2B (or 0x683F2B) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3F and 2B. RGB value is (104,63,43). Sum of RGB (Red+Green+Blue) = 104+63+43=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F2B is #97C0D4. Grayscale: #494949. Windows color (decimal): -9945301 or 2834280. OLE color: 2834280.

HSL color Cylindrical-coordinate representation of color #683F2B: hue angle of 19.67º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #683F2B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 63 43 -
CMYK 0 0.39 0.59 0.59
HSL 19.67º 0.41% 0.29% -
HSV(B) 19.67º 0.59% 0.41% -
XYZ 7.92 6.67 3.16 -
YUV 72.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 104 63 43 0 0.39 0.59 0.59 19.67 0.41 0.29
Hex 68 3F 2B 0 27 3B 3B 14 29 1D
Octal 150 77 53 0 47 73 73 24 51 35
Binary 1101000 111111 101011 0 100111 111011 111011 10100 101001 11101

Color Harmonies of #683F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F2B

Black with #683F2B

Text Example


Text Example

White with #683F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683F2B; }

 p { color: rgb(104,63,43); }

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

background-color css

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

 a { background-color: rgb(104,63,43); }

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

border-color css

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

 span { border-color: rgb(104,63,43); }

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