Html Css Color HEX #675C59 Dorado

📋 copy color: '#675C59'

red 103 ◦ green 92 ◦ blue 89

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

Shades of Dorado #675C59

Tints of Dorado #675C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 36.27%
G = 32.39%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#675C59 (or 0x675C59) is known color: Dorado. HEX triplet: 67, 5C and 59. RGB value is (103,92,89). Sum of RGB (Red+Green+Blue) = 103+92+89=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C59 is #98A3A6. Grayscale: #5E5E5E. Windows color (decimal): -10003367 or 5856359. OLE color: 5856359.

HSL color Cylindrical-coordinate representation of color #675C59: hue angle of 12.86º 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 #675C59 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 92 89 -
CMYK 0 0.11 0.14 0.60
HSL 12.86º 0.07% 0.38% -
HSV(B) 12.86º 0.14% 0.4% -
XYZ 11.22 11.26 11.03 -
YUV 94.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 103 92 89 0 0.11 0.14 0.60 12.86 0.07 0.38
Hex 67 5C 59 0 B E 3C D 7 26
Octal 147 134 131 0 13 16 74 15 7 46
Binary 1100111 1011100 1011001 0 1011 1110 111100 1101 111 100110

Color Harmonies of #675C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C59

Black with #675C59

Text Example


Text Example

White with #675C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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