Html Css Color HEX #685852 Dorado

📋 copy color: '#685852'

red 104 ◦ green 88 ◦ blue 82

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

Shades of Dorado #685852

Tints of Dorado #685852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 37.96%
G = 32.12%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#685852 (or 0x685852) is known color: Dorado. HEX triplet: 68, 58 and 52. RGB value is (104,88,82). Sum of RGB (Red+Green+Blue) = 104+88+82=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685852 is #97A7AD. Grayscale: #5C5C5C. Windows color (decimal): -9938862 or 5396584. OLE color: 5396584.

HSL color Cylindrical-coordinate representation of color #685852: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685852 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 88 82 -
CMYK 0 0.15 0.21 0.59
HSL 16.36º 0.12% 0.36% -
HSV(B) 16.36º 0.21% 0.41% -
XYZ 10.72 10.53 9.45 -
YUV 92.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 104 88 82 0 0.15 0.21 0.59 16.36 0.12 0.36
Hex 68 58 52 0 F 15 3B 10 C 24
Octal 150 130 122 0 17 25 73 20 14 44
Binary 1101000 1011000 1010010 0 1111 10101 111011 10000 1100 100100

Color Harmonies of #685852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685852

Black with #685852

Text Example


Text Example

White with #685852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685852; }

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

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

background-color css

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

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

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

border-color css

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

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

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