Html Css Color HEX #68362E Mocha

📋 copy color: '#68362E'

red 104 ◦ green 54 ◦ blue 46

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

Shades of Mocha #68362E

Tints of Mocha #68362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 50.98%
G = 26.47%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68362E (or 0x68362E) is known color: Mocha. HEX triplet: 68, 36 and 2E. RGB value is (104,54,46). Sum of RGB (Red+Green+Blue) = 104+54+46=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362E is #97C9D1. Grayscale: #444444. Windows color (decimal): -9947602 or 3028584. OLE color: 3028584.

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

Color convert

RGB 104 54 46 -
CMYK 0 0.48 0.56 0.59
HSL 8.28º 0.39% 0.29% -
HSV(B) 8.28º 0.56% 0.41% -
XYZ 7.52 5.78 3.3 -
YUV 68.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 104 54 46 0 0.48 0.56 0.59 8.28 0.39 0.29
Hex 68 36 2E 0 30 38 3B 8 27 1D
Octal 150 66 56 0 60 70 73 10 47 35
Binary 1101000 110110 101110 0 110000 111000 111011 1000 100111 11101

Color Harmonies of #68362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68362E

Black with #68362E

Text Example


Text Example

White with #68362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68362E; }

 p { color: rgb(104,54,46); }

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

background-color css

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

 a { background-color: rgb(104,54,46); }

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

border-color css

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

 span { border-color: rgb(104,54,46); }

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