Html Css Color HEX #657069 Sirocco

📋 copy color: '#657069'

red 101 ◦ green 112 ◦ blue 105

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

Shades of Sirocco #657069

Tints of Sirocco #657069

RGB

 RED value IS 101 (39.84% from 255) = 31.76%

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

 BLUE value IS 105 (41.41% from 255) = 33.02%

R = 31.76%
G = 35.22%
B = 33.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#657069 (or 0x657069) is known color: Sirocco. HEX triplet: 65, 70 and 69. RGB value is (101,112,105). Sum of RGB (Red+Green+Blue) = 101+112+105=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #657069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657069 is #9A8F96. Grayscale: #6B6B6B. Windows color (decimal): -10129303 or 6910053. OLE color: 6910053.

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

Color convert

RGB 101 112 105 -
CMYK 0.10 0 0.06 0.56
HSL 141.82º 0.05% 0.42% -
HSV(B) 141.82º 0.1% 0.44% -
XYZ 13.71 15.37 15.61 -
YUV 107.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 101 112 105 0.10 0 0.06 0.56 141.82 0.05 0.42
Hex 65 70 69 A 0 6 38 8E 5 2A
Octal 145 160 151 12 0 6 70 216 5 52
Binary 1100101 1110000 1101001 1010 0 110 111000 10001110 101 101010

Color Harmonies of #657069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657069

Black with #657069

Text Example


Text Example

White with #657069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657069; }

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

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

background-color css

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

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

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

border-color css

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

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

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