Html Css Color HEX #696359 Makara

📋 copy color: '#696359'

red 105 ◦ green 99 ◦ blue 89

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

Shades of Makara #696359

Tints of Makara #696359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 35.84%
G = 33.79%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696359 (or 0x696359) is known color: Makara. HEX triplet: 69, 63 and 59. RGB value is (105,99,89). Sum of RGB (Red+Green+Blue) = 105+99+89=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #696359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696359 is #969CA6. Grayscale: #636363. Windows color (decimal): -9870503 or 5858153. OLE color: 5858153.

HSL color Cylindrical-coordinate representation of color #696359: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696359 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 89 -
CMYK 0 0.06 0.15 0.59
HSL 37.5º 0.08% 0.38% -
HSV(B) 37.5º 0.15% 0.41% -
XYZ 12.09 12.65 11.26 -
YUV 99.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 105 99 89 0 0.06 0.15 0.59 37.5 0.08 0.38
Hex 69 63 59 0 6 F 3B 26 8 26
Octal 151 143 131 0 6 17 73 46 10 46
Binary 1101001 1100011 1011001 0 110 1111 111011 100110 1000 100110

Color Harmonies of #696359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696359

Black with #696359

Text Example


Text Example

White with #696359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696359; }

 p { color: rgb(105,99,89); }

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

background-color css

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

 a { background-color: rgb(105,99,89); }

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

border-color css

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

 span { border-color: rgb(105,99,89); }

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