Html Css Color HEX #635C58 Dorado

📋 copy color: '#635C58'

red 99 ◦ green 92 ◦ blue 88

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

Shades of Dorado #635C58

Tints of Dorado #635C58

RGB

 RED value IS 99 (39.06% from 255) = 35.48%

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

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 35.48%
G = 32.97%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#635C58 (or 0x635C58) is known color: Dorado. HEX triplet: 63, 5C and 58. RGB value is (99,92,88). Sum of RGB (Red+Green+Blue) = 99+92+88=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C58 is #9CA3A7. Grayscale: #5D5D5D. Windows color (decimal): -10265512 or 5790819. OLE color: 5790819.

HSL color Cylindrical-coordinate representation of color #635C58: hue angle of 21.82º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #635C58 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 92 88 -
CMYK 0 0.07 0.11 0.61
HSL 21.82º 0.06% 0.37% -
HSV(B) 21.82º 0.11% 0.39% -
XYZ 10.73 11.01 10.79 -
YUV 93.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 99 92 88 0 0.07 0.11 0.61 21.82 0.06 0.37
Hex 63 5C 58 0 7 B 3D 16 6 25
Octal 143 134 130 0 7 13 75 26 6 45
Binary 1100011 1011100 1011000 0 111 1011 111101 10110 110 100101

Color Harmonies of #635C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C58

Black with #635C58

Text Example


Text Example

White with #635C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635C58; }

 p { color: rgb(99,92,88); }

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

background-color css

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

 a { background-color: rgb(99,92,88); }

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

border-color css

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

 span { border-color: rgb(99,92,88); }

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