Html Css Color HEX #696357 Makara

📋 copy color: '#696357'

red 105 ◦ green 99 ◦ blue 87

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

Shades of Makara #696357

Tints of Makara #696357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.9%

R = 36.08%
G = 34.02%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#696357 (or 0x696357) is known color: Makara. HEX triplet: 69, 63 and 57. RGB value is (105,99,87). Sum of RGB (Red+Green+Blue) = 105+99+87=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #696357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696357 is #969CA8. Grayscale: #636363. Windows color (decimal): -9870505 or 5727081. OLE color: 5727081.

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

Color convert

RGB 105 99 87 -
CMYK 0 0.06 0.17 0.59
HSL 40º 0.09% 0.38% -
HSV(B) 40º 0.17% 0.41% -
XYZ 12.01 12.62 10.82 -
YUV 99.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 105 99 87 0 0.06 0.17 0.59 40 0.09 0.38
Hex 69 63 57 0 6 11 3B 28 9 26
Octal 151 143 127 0 6 21 73 50 11 46
Binary 1101001 1100011 1010111 0 110 10001 111011 101000 1001 100110

Color Harmonies of #696357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696357

Black with #696357

Text Example


Text Example

White with #696357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696357; }

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

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

background-color css

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

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

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

border-color css

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

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

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