Html Css Color HEX #683830 Mocha

📋 copy color: '#683830'

red 104 ◦ green 56 ◦ blue 48

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

Shades of Mocha #683830

Tints of Mocha #683830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 50%
G = 26.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#683830 (or 0x683830) is known color: Mocha. HEX triplet: 68, 38 and 30. RGB value is (104,56,48). Sum of RGB (Red+Green+Blue) = 104+56+48=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683830 is #97C7CF. Grayscale: #454545. Windows color (decimal): -9947088 or 3160168. OLE color: 3160168.

HSL color Cylindrical-coordinate representation of color #683830: hue angle of 8.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683830 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 56 48 -
CMYK 0 0.46 0.54 0.59
HSL 8.57º 0.37% 0.3% -
HSV(B) 8.57º 0.54% 0.41% -
XYZ 7.66 5.98 3.55 -
YUV 69.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 104 56 48 0 0.46 0.54 0.59 8.57 0.37 0.3
Hex 68 38 30 0 2E 36 3B 9 25 1E
Octal 150 70 60 0 56 66 73 11 45 36
Binary 1101000 111000 110000 0 101110 110110 111011 1001 100101 11110

Color Harmonies of #683830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683830

Black with #683830

Text Example


Text Example

White with #683830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683830; }

 p { color: rgb(104,56,48); }

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

background-color css

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

 a { background-color: rgb(104,56,48); }

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

border-color css

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

 span { border-color: rgb(104,56,48); }

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