Html Css Color HEX #637065 Sirocco

📋 copy color: '#637065'

red 99 ◦ green 112 ◦ blue 101

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

Shades of Sirocco #637065

Tints of Sirocco #637065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 31.73%
G = 35.9%
B = 32.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#637065 (or 0x637065) is known color: Sirocco. HEX triplet: 63, 70 and 65. RGB value is (99,112,101). Sum of RGB (Red+Green+Blue) = 99+112+101=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #637065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637065 is #9C8F9A. Grayscale: #6A6A6A. Windows color (decimal): -10260379 or 6647907. OLE color: 6647907.

HSL color Cylindrical-coordinate representation of color #637065: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #637065 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 101 -
CMYK 0.12 0 0.10 0.56
HSL 129.23º 0.06% 0.41% -
HSV(B) 129.23º 0.12% 0.44% -
XYZ 13.29 15.18 14.54 -
YUV 106.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 99 112 101 0.12 0 0.10 0.56 129.23 0.06 0.41
Hex 63 70 65 C 0 A 38 81 6 29
Octal 143 160 145 14 0 12 70 201 6 51
Binary 1100011 1110000 1100101 1100 0 1010 111000 10000001 110 101001

Color Harmonies of #637065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637065

Black with #637065

Text Example


Text Example

White with #637065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637065; }

 p { color: rgb(99,112,101); }

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

background-color css

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

 a { background-color: rgb(99,112,101); }

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

border-color css

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

 span { border-color: rgb(99,112,101); }

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