Html Css Color HEX #675D59 Dorado

📋 copy color: '#675D59'

red 103 ◦ green 93 ◦ blue 89

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

Shades of Dorado #675D59

Tints of Dorado #675D59

RGB

 RED value IS 103 (40.63% from 255) = 36.14%

 GREEN value IS 93 (36.72% from 255) = 32.63%

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 36.14%
G = 32.63%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#675D59 (or 0x675D59) is known color: Dorado. HEX triplet: 67, 5D and 59. RGB value is (103,93,89). Sum of RGB (Red+Green+Blue) = 103+93+89=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D59 is #98A2A6. Grayscale: #5F5F5F. Windows color (decimal): -10003111 or 5856615. OLE color: 5856615.

HSL color Cylindrical-coordinate representation of color #675D59: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675D59 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 93 89 -
CMYK 0 0.10 0.14 0.60
HSL 17.14º 0.07% 0.38% -
HSV(B) 17.14º 0.14% 0.4% -
XYZ 11.31 11.43 11.06 -
YUV 95.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 103 93 89 0 0.10 0.14 0.60 17.14 0.07 0.38
Hex 67 5D 59 0 A E 3C 11 7 26
Octal 147 135 131 0 12 16 74 21 7 46
Binary 1100111 1011101 1011001 0 1010 1110 111100 10001 111 100110

Color Harmonies of #675D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D59

Black with #675D59

Text Example


Text Example

White with #675D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675D59; }

 p { color: rgb(103,93,89); }

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

background-color css

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

 a { background-color: rgb(103,93,89); }

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

border-color css

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

 span { border-color: rgb(103,93,89); }

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