Html Css Color HEX #6B716D Sirocco

📋 copy color: '#6B716D'

red 107 ◦ green 113 ◦ blue 109

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

Shades of Sirocco #6B716D

Tints of Sirocco #6B716D

RGB

 RED value IS 107 (42.19% from 255) = 32.52%

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 32.52%
G = 34.35%
B = 33.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6B716D (or 0x6B716D) is known color: Sirocco. HEX triplet: 6B, 71 and 6D. RGB value is (107,113,109). Sum of RGB (Red+Green+Blue) = 107+113+109=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #6B716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B716D is #948E92. Grayscale: #6E6E6E. Windows color (decimal): -9735827 or 7172459. OLE color: 7172459.

HSL color Cylindrical-coordinate representation of color #6B716D: hue angle of 140º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B716D is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 109 -
CMYK 0.05 0 0.04 0.56
HSL 140º 0.03% 0.43% -
HSV(B) 140º 0.05% 0.44% -
XYZ 14.73 16.04 16.79 -
YUV 110.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 107 113 109 0.05 0 0.04 0.56 140 0.03 0.43
Hex 6B 71 6D 5 0 4 38 8C 3 2B
Octal 153 161 155 5 0 4 70 214 3 53
Binary 1101011 1110001 1101101 101 0 100 111000 10001100 11 101011

Color Harmonies of #6B716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B716D

Black with #6B716D

Text Example


Text Example

White with #6B716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,109); }

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

background-color css

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

 a { background-color: rgb(107,113,109); }

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

border-color css

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

 span { border-color: rgb(107,113,109); }

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