Html Css Color HEX #69756B Sirocco

📋 copy color: '#69756B'

red 105 ◦ green 117 ◦ blue 107

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

Shades of Sirocco #69756B

Tints of Sirocco #69756B

RGB

 RED value IS 105 (41.41% from 255) = 31.91%

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 31.91%
G = 35.56%
B = 32.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#69756B (or 0x69756B) is known color: Sirocco. HEX triplet: 69, 75 and 6B. RGB value is (105,117,107). Sum of RGB (Red+Green+Blue) = 105+117+107=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #69756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756B is #968A94. Grayscale: #707070. Windows color (decimal): -9865877 or 7042409. OLE color: 7042409.

HSL color Cylindrical-coordinate representation of color #69756B: hue angle of 130º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69756B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 107 -
CMYK 0.10 0 0.09 0.54
HSL 130º 0.05% 0.44% -
HSV(B) 130º 0.1% 0.46% -
XYZ 14.84 16.79 16.37 -
YUV 112.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 105 117 107 0.10 0 0.09 0.54 130 0.05 0.44
Hex 69 75 6B A 0 9 36 82 5 2C
Octal 151 165 153 12 0 11 66 202 5 54
Binary 1101001 1110101 1101011 1010 0 1001 110110 10000010 101 101100

Color Harmonies of #69756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69756B

Black with #69756B

Text Example


Text Example

White with #69756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69756B; }

 p { color: rgb(105,117,107); }

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

background-color css

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

 a { background-color: rgb(105,117,107); }

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

border-color css

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

 span { border-color: rgb(105,117,107); }

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