Html Css Color HEX #696F6A Sirocco

📋 copy color: '#696F6A'

red 105 ◦ green 111 ◦ blue 106

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

Shades of Sirocco #696F6A

Tints of Sirocco #696F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 32.61%
G = 34.47%
B = 32.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#696F6A (or 0x696F6A) is known color: Sirocco. HEX triplet: 69, 6F and 6A. RGB value is (105,111,106). Sum of RGB (Red+Green+Blue) = 105+111+106=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 111 - color contains mainly: green. Hex color #696F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F6A is #969095. Grayscale: #6C6C6C. Windows color (decimal): -9867414 or 6975337. OLE color: 6975337.

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

Color convert

RGB 105 111 106 -
CMYK 0.05 0 0.05 0.56
HSL 130º 0.03% 0.42% -
HSV(B) 130º 0.05% 0.44% -
XYZ 14.11 15.41 15.87 -
YUV 108.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 105 111 106 0.05 0 0.05 0.56 130 0.03 0.42
Hex 69 6F 6A 5 0 5 38 82 3 2A
Octal 151 157 152 5 0 5 70 202 3 52
Binary 1101001 1101111 1101010 101 0 101 111000 10000010 11 101010

Color Harmonies of #696F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F6A

Black with #696F6A

Text Example


Text Example

White with #696F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F6A; }

 p { color: rgb(105,111,106); }

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

background-color css

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

 a { background-color: rgb(105,111,106); }

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

border-color css

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

 span { border-color: rgb(105,111,106); }

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