Html Css Color HEX #675D5A Dorado

📋 copy color: '#675D5A'

red 103 ◦ green 93 ◦ blue 90

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

Shades of Dorado #675D5A

Tints of Dorado #675D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 36.01%
G = 32.52%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#675D5A (or 0x675D5A) is known color: Dorado. HEX triplet: 67, 5D and 5A. RGB value is (103,93,90). Sum of RGB (Red+Green+Blue) = 103+93+90=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #675D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D5A is #98A2A5. Grayscale: #5F5F5F. Windows color (decimal): -10003110 or 5922151. OLE color: 5922151.

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

Color convert

RGB 103 93 90 -
CMYK 0 0.10 0.13 0.60
HSL 13.85º 0.07% 0.38% -
HSV(B) 13.85º 0.13% 0.4% -
XYZ 11.35 11.45 11.28 -
YUV 95.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 103 93 90 0 0.10 0.13 0.60 13.85 0.07 0.38
Hex 67 5D 5A 0 A D 3C E 7 26
Octal 147 135 132 0 12 15 74 16 7 46
Binary 1100111 1011101 1011010 0 1010 1101 111100 1110 111 100110

Color Harmonies of #675D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D5A

Black with #675D5A

Text Example


Text Example

White with #675D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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