Html Css Color HEX #695F50 Makara

📋 copy color: '#695F50'

red 105 ◦ green 95 ◦ blue 80

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

Shades of Makara #695F50

Tints of Makara #695F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 37.5%
G = 33.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#695F50 (or 0x695F50) is known color: Makara. HEX triplet: 69, 5F and 50. RGB value is (105,95,80). Sum of RGB (Red+Green+Blue) = 105+95+80=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F50 is #96A0AF. Grayscale: #606060. Windows color (decimal): -9871536 or 5267305. OLE color: 5267305.

HSL color Cylindrical-coordinate representation of color #695F50: hue angle of 36º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695F50 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 95 80 -
CMYK 0 0.10 0.24 0.59
HSL 36º 0.14% 0.36% -
HSV(B) 36º 0.24% 0.41% -
XYZ 11.37 11.77 9.26 -
YUV 96.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 105 95 80 0 0.10 0.24 0.59 36 0.14 0.36
Hex 69 5F 50 0 A 18 3B 24 E 24
Octal 151 137 120 0 12 30 73 44 16 44
Binary 1101001 1011111 1010000 0 1010 11000 111011 100100 1110 100100

Color Harmonies of #695F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F50

Black with #695F50

Text Example


Text Example

White with #695F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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