Html Css Color HEX #63605E Dorado

📋 copy color: '#63605E'

red 99 ◦ green 96 ◦ blue 94

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

Shades of Dorado #63605E

Tints of Dorado #63605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 34.26%
G = 33.22%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63605E (or 0x63605E) is known color: Dorado. HEX triplet: 63, 60 and 5E. RGB value is (99,96,94). Sum of RGB (Red+Green+Blue) = 99+96+94=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #63605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605E is #9C9FA1. Grayscale: #606060. Windows color (decimal): -10264482 or 6185059. OLE color: 6185059.

HSL color Cylindrical-coordinate representation of color #63605E: hue angle of 24º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #63605E is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 96 94 -
CMYK 0 0.03 0.05 0.61
HSL 24º 0.03% 0.38% -
HSV(B) 24º 0.05% 0.39% -
XYZ 11.35 11.83 12.27 -
YUV 96.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 99 96 94 0 0.03 0.05 0.61 24 0.03 0.38
Hex 63 60 5E 0 3 5 3D 18 3 26
Octal 143 140 136 0 3 5 75 30 3 46
Binary 1100011 1100000 1011110 0 11 101 111101 11000 11 100110

Color Harmonies of #63605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63605E

Black with #63605E

Text Example


Text Example

White with #63605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63605E; }

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

 H1.HeaderClassName
 {
   color: #63605E;
 }
 .AnyTagClassName
 {
   color: #63605E;
 }
</style>

background-color css

<style>
 a { background-color: #63605E; }

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

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

border-color css

<style>
 span { border-color: #63605E; }

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

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