Html Css Color HEX #695253 Falcon

📋 copy color: '#695253'

red 105 ◦ green 82 ◦ blue 83

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

Shades of Falcon #695253

Tints of Falcon #695253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 38.89%
G = 30.37%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#695253 (or 0x695253) is known color: Falcon. HEX triplet: 69, 52 and 53. RGB value is (105,82,83). Sum of RGB (Red+Green+Blue) = 105+82+83=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #695253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695253 is #96ADAC. Grayscale: #595959. Windows color (decimal): -9874861 or 5460585. OLE color: 5460585.

HSL color Cylindrical-coordinate representation of color #695253: hue angle of 357.39º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #695253 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 82 83 -
CMYK 0 0.22 0.21 0.59
HSL 357.39º 0.12% 0.37% -
HSV(B) 357.39º 0.22% 0.41% -
XYZ 10.4 9.66 9.5 -
YUV 88.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 105 82 83 0 0.22 0.21 0.59 357.39 0.12 0.37
Hex 69 52 53 0 16 15 3B 165 C 25
Octal 151 122 123 0 26 25 73 545 14 45
Binary 1101001 1010010 1010011 0 10110 10101 111011 101100101 1100 100101

Color Harmonies of #695253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695253

Black with #695253

Text Example


Text Example

White with #695253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695253; }

 p { color: rgb(105,82,83); }

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

background-color css

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

 a { background-color: rgb(105,82,83); }

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

border-color css

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

 span { border-color: rgb(105,82,83); }

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