Html Css Color HEX #675F5D Dorado

📋 copy color: '#675F5D'

red 103 ◦ green 95 ◦ blue 93

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

Shades of Dorado #675F5D

Tints of Dorado #675F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 35.4%
G = 32.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#675F5D (or 0x675F5D) is known color: Dorado. HEX triplet: 67, 5F and 5D. RGB value is (103,95,93). Sum of RGB (Red+Green+Blue) = 103+95+93=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #675F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F5D is #98A0A2. Grayscale: #616161. Windows color (decimal): -10002595 or 6119271. OLE color: 6119271.

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

Color convert

RGB 103 95 93 -
CMYK 0 0.08 0.10 0.60
HSL 12º 0.05% 0.38% -
HSV(B) 12º 0.1% 0.4% -
XYZ 11.66 11.86 12.03 -
YUV 97.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 103 95 93 0 0.08 0.10 0.60 12 0.05 0.38
Hex 67 5F 5D 0 8 A 3C C 5 26
Octal 147 137 135 0 10 12 74 14 5 46
Binary 1100111 1011111 1011101 0 1000 1010 111100 1100 101 100110

Color Harmonies of #675F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F5D

Black with #675F5D

Text Example


Text Example

White with #675F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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