Html Css Color HEX #657068 Sirocco

📋 copy color: '#657068'

red 101 ◦ green 112 ◦ blue 104

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

Shades of Sirocco #657068

Tints of Sirocco #657068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 31.86%
G = 35.33%
B = 32.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#657068 (or 0x657068) is known color: Sirocco. HEX triplet: 65, 70 and 68. RGB value is (101,112,104). Sum of RGB (Red+Green+Blue) = 101+112+104=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #657068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657068 is #9A8F97. Grayscale: #6B6B6B. Windows color (decimal): -10129304 or 6844517. OLE color: 6844517.

HSL color Cylindrical-coordinate representation of color #657068: hue angle of 136.36º 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 #657068 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 112 104 -
CMYK 0.10 0 0.07 0.56
HSL 136.36º 0.05% 0.42% -
HSV(B) 136.36º 0.1% 0.44% -
XYZ 13.66 15.35 15.34 -
YUV 107.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 101 112 104 0.10 0 0.07 0.56 136.36 0.05 0.42
Hex 65 70 68 A 0 7 38 88 5 2A
Octal 145 160 150 12 0 7 70 210 5 52
Binary 1100101 1110000 1101000 1010 0 111 111000 10001000 101 101010

Color Harmonies of #657068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657068

Black with #657068

Text Example


Text Example

White with #657068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657068; }

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

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

background-color css

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

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

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

border-color css

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

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

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