Html Css Color HEX #FF695F Bittersweet

📋 copy color: '#FF695F'

red 255 ◦ green 105 ◦ blue 95

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

Shades of Bittersweet #FF695F

Tints of Bittersweet #FF695F

RGB

 RED value IS 255 (100% from 255) = 56.04%

 GREEN value IS 105 (41.41% from 255) = 23.08%

 BLUE value IS 95 (37.5% from 255) = 20.88%

R = 56.04%
G = 23.08%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF695F (or 0xFF695F) is known color: Bittersweet. HEX triplet: FF, 69 and 5F. RGB value is (255,105,95). Sum of RGB (Red+Green+Blue) = 255+105+95=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF695F is #0096A0. Grayscale: #949494. Windows color (decimal): -38561 or 6253055. OLE color: 6253055.

HSL color Cylindrical-coordinate representation of color #FF695F: hue angle of 3.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF695F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 95 -
CMYK 0 0.59 0.63 0
HSL 3.75º 1% 0.69% -
HSV(B) 3.75º 0.63% 1% -
XYZ 48.36 32.19 14.49 -
YUV 148.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 255 105 95 0 0.59 0.63 0 3.75 1 0.69
Hex FF 69 5F 0 3B 3F 0 4 64 45
Octal 377 151 137 0 73 77 0 4 144 105
Binary 11111111 1101001 1011111 0 111011 111111 0 100 1100100 1000101

Color Harmonies of #FF695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF695F

Black with #FF695F

Text Example


Text Example

White with #FF695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF695F; }

 p { color: rgb(255,105,95); }

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

background-color css

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

 a { background-color: rgb(255,105,95); }

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

border-color css

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

 span { border-color: rgb(255,105,95); }

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