Html Css Color HEX #68382F Mocha

📋 copy color: '#68382F'

red 104 ◦ green 56 ◦ blue 47

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

Shades of Mocha #68382F

Tints of Mocha #68382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 50.24%
G = 27.05%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68382F (or 0x68382F) is known color: Mocha. HEX triplet: 68, 38 and 2F. RGB value is (104,56,47). Sum of RGB (Red+Green+Blue) = 104+56+47=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68382F is #97C7D0. Grayscale: #454545. Windows color (decimal): -9947089 or 3094632. OLE color: 3094632.

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

Color convert

RGB 104 56 47 -
CMYK 0 0.46 0.55 0.59
HSL 9.47º 0.38% 0.3% -
HSV(B) 9.47º 0.55% 0.41% -
XYZ 7.64 5.98 3.44 -
YUV 69.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 104 56 47 0 0.46 0.55 0.59 9.47 0.38 0.3
Hex 68 38 2F 0 2E 37 3B 9 26 1E
Octal 150 70 57 0 56 67 73 11 46 36
Binary 1101000 111000 101111 0 101110 110111 111011 1001 100110 11110

Color Harmonies of #68382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68382F

Black with #68382F

Text Example


Text Example

White with #68382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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