Html Css Color HEX #635E5B Dorado

📋 copy color: '#635E5B'

red 99 ◦ green 94 ◦ blue 91

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

Shades of Dorado #635E5B

Tints of Dorado #635E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 34.86%
G = 33.1%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#635E5B (or 0x635E5B) is known color: Dorado. HEX triplet: 63, 5E and 5B. RGB value is (99,94,91). Sum of RGB (Red+Green+Blue) = 99+94+91=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E5B is #9CA1A4. Grayscale: #5F5F5F. Windows color (decimal): -10264997 or 5987939. OLE color: 5987939.

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

Color convert

RGB 99 94 91 -
CMYK 0 0.05 0.08 0.61
HSL 22.5º 0.04% 0.37% -
HSV(B) 22.5º 0.08% 0.39% -
XYZ 11.04 11.41 11.52 -
YUV 95.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 99 94 91 0 0.05 0.08 0.61 22.5 0.04 0.37
Hex 63 5E 5B 0 5 8 3D 16 4 25
Octal 143 136 133 0 5 10 75 26 4 45
Binary 1100011 1011110 1011011 0 101 1000 111101 10110 100 100101

Color Harmonies of #635E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E5B

Black with #635E5B

Text Example


Text Example

White with #635E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,94,91); }

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

background-color css

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

 a { background-color: rgb(99,94,91); }

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

border-color css

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

 span { border-color: rgb(99,94,91); }

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