Html Css Color HEX #63605C Makara

📋 copy color: '#63605C'

red 99 ◦ green 96 ◦ blue 92

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

Shades of Makara #63605C

Tints of Makara #63605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 34.49%
G = 33.45%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63605C (or 0x63605C) is known color: Makara. HEX triplet: 63, 60 and 5C. RGB value is (99,96,92). Sum of RGB (Red+Green+Blue) = 99+96+92=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #63605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605C is #9C9FA3. Grayscale: #606060. Windows color (decimal): -10264484 or 6053987. OLE color: 6053987.

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

Color convert

RGB 99 96 92 -
CMYK 0 0.03 0.07 0.61
HSL 34.29º 0.04% 0.37% -
HSV(B) 34.29º 0.07% 0.39% -
XYZ 11.26 11.79 11.81 -
YUV 96.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 99 96 92 0 0.03 0.07 0.61 34.29 0.04 0.37
Hex 63 60 5C 0 3 7 3D 22 4 25
Octal 143 140 134 0 3 7 75 42 4 45
Binary 1100011 1100000 1011100 0 11 111 111101 100010 100 100101

Color Harmonies of #63605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63605C

Black with #63605C

Text Example


Text Example

White with #63605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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