Html Css Color HEX #6A726B Sirocco

📋 copy color: '#6A726B'

red 106 ◦ green 114 ◦ blue 107

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

Shades of Sirocco #6A726B

Tints of Sirocco #6A726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 32.42%
G = 34.86%
B = 32.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#6A726B (or 0x6A726B) is known color: Sirocco. HEX triplet: 6A, 72 and 6B. RGB value is (106,114,107). Sum of RGB (Red+Green+Blue) = 106+114+107=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 114 - color contains mainly: green. Hex color #6A726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A726B is #958D94. Grayscale: #6E6E6E. Windows color (decimal): -9801109 or 7041642. OLE color: 7041642.

HSL color Cylindrical-coordinate representation of color #6A726B: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A726B is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 107 -
CMYK 0.07 0 0.06 0.55
HSL 127.5º 0.04% 0.43% -
HSV(B) 127.5º 0.07% 0.45% -
XYZ 14.62 16.16 16.26 -
YUV 110.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 106 114 107 0.07 0 0.06 0.55 127.5 0.04 0.43
Hex 6A 72 6B 7 0 6 37 80 4 2B
Octal 152 162 153 7 0 6 67 200 4 53
Binary 1101010 1110010 1101011 111 0 110 110111 10000000 100 101011

Color Harmonies of #6A726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A726B

Black with #6A726B

Text Example


Text Example

White with #6A726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,107); }

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

background-color css

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

 a { background-color: rgb(106,114,107); }

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

border-color css

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

 span { border-color: rgb(106,114,107); }

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