Html Css Color HEX #695F4F Makara

📋 copy color: '#695F4F'

red 105 ◦ green 95 ◦ blue 79

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

Shades of Makara #695F4F

Tints of Makara #695F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.32%

R = 37.63%
G = 34.05%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#695F4F (or 0x695F4F) is known color: Makara. HEX triplet: 69, 5F and 4F. RGB value is (105,95,79). Sum of RGB (Red+Green+Blue) = 105+95+79=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #695F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F4F is #96A0B0. Grayscale: #606060. Windows color (decimal): -9871537 or 5201769. OLE color: 5201769.

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

Color convert

RGB 105 95 79 -
CMYK 0 0.10 0.25 0.59
HSL 36.92º 0.14% 0.36% -
HSV(B) 36.92º 0.25% 0.41% -
XYZ 11.33 11.75 9.07 -
YUV 96.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 105 95 79 0 0.10 0.25 0.59 36.92 0.14 0.36
Hex 69 5F 4F 0 A 19 3B 25 E 24
Octal 151 137 117 0 12 31 73 45 16 44
Binary 1101001 1011111 1001111 0 1010 11001 111011 100101 1110 100100

Color Harmonies of #695F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F4F

Black with #695F4F

Text Example


Text Example

White with #695F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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