Html Css Color HEX #696355 Makara

📋 copy color: '#696355'

red 105 ◦ green 99 ◦ blue 85

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

Shades of Makara #696355

Tints of Makara #696355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 36.33%
G = 34.26%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#696355 (or 0x696355) is known color: Makara. HEX triplet: 69, 63 and 55. RGB value is (105,99,85). Sum of RGB (Red+Green+Blue) = 105+99+85=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696355 is #969CAA. Grayscale: #636363. Windows color (decimal): -9870507 or 5596009. OLE color: 5596009.

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

Color convert

RGB 105 99 85 -
CMYK 0 0.06 0.19 0.59
HSL 42º 0.11% 0.37% -
HSV(B) 42º 0.19% 0.41% -
XYZ 11.93 12.58 10.39 -
YUV 99.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 105 99 85 0 0.06 0.19 0.59 42 0.11 0.37
Hex 69 63 55 0 6 13 3B 2A B 25
Octal 151 143 125 0 6 23 73 52 13 45
Binary 1101001 1100011 1010101 0 110 10011 111011 101010 1011 100101

Color Harmonies of #696355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696355

Black with #696355

Text Example


Text Example

White with #696355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696355; }

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

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

background-color css

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

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

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

border-color css

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

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

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