Html Css Color HEX #6A7B70 Sirocco

📋 copy color: '#6A7B70'

red 106 ◦ green 123 ◦ blue 112

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

Shades of Sirocco #6A7B70

Tints of Sirocco #6A7B70

RGB

 RED value IS 106 (41.8% from 255) = 31.09%

 GREEN value IS 123 (48.44% from 255) = 36.07%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 31.09%
G = 36.07%
B = 32.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#6A7B70 (or 0x6A7B70) is known color: Sirocco. HEX triplet: 6A, 7B and 70. RGB value is (106,123,112). Sum of RGB (Red+Green+Blue) = 106+123+112=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B70 is #95848F. Grayscale: #747474. Windows color (decimal): -9798800 or 7371626. OLE color: 7371626.

HSL color Cylindrical-coordinate representation of color #6A7B70: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7B70 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 123 112 -
CMYK 0.14 0 0.09 0.52
HSL 141.18º 0.07% 0.45% -
HSV(B) 141.18º 0.14% 0.48% -
XYZ 15.95 18.4 18.04 -
YUV 116.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 106 123 112 0.14 0 0.09 0.52 141.18 0.07 0.45
Hex 6A 7B 70 E 0 9 34 8D 7 2D
Octal 152 173 160 16 0 11 64 215 7 55
Binary 1101010 1111011 1110000 1110 0 1001 110100 10001101 111 101101

Color Harmonies of #6A7B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7B70

Black with #6A7B70

Text Example


Text Example

White with #6A7B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7B70; }

 p { color: rgb(106,123,112); }

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

background-color css

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

 a { background-color: rgb(106,123,112); }

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

border-color css

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

 span { border-color: rgb(106,123,112); }

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