Html Css Color HEX #685358 Don Juan

📋 copy color: '#685358'

red 104 ◦ green 83 ◦ blue 88

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

Shades of Don Juan #685358

Tints of Don Juan #685358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 88 (34.77% from 255) = 32%

R = 37.82%
G = 30.18%
B = 32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#685358 (or 0x685358) is known color: Don Juan. HEX triplet: 68, 53 and 58. RGB value is (104,83,88). Sum of RGB (Red+Green+Blue) = 104+83+88=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685358 is #97ACA7. Grayscale: #595959. Windows color (decimal): -9940136 or 5788520. OLE color: 5788520.

HSL color Cylindrical-coordinate representation of color #685358: hue angle of 345.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685358 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 88 -
CMYK 0 0.20 0.15 0.59
HSL 345.71º 0.11% 0.37% -
HSV(B) 345.71º 0.2% 0.41% -
XYZ 10.56 9.83 10.57 -
YUV 89.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 104 83 88 0 0.20 0.15 0.59 345.71 0.11 0.37
Hex 68 53 58 0 14 F 3B 15A B 25
Octal 150 123 130 0 24 17 73 532 13 45
Binary 1101000 1010011 1011000 0 10100 1111 111011 101011010 1011 100101

Color Harmonies of #685358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685358

Black with #685358

Text Example


Text Example

White with #685358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685358; }

 p { color: rgb(104,83,88); }

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

background-color css

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

 a { background-color: rgb(104,83,88); }

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

border-color css

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

 span { border-color: rgb(104,83,88); }

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