Html Css Color HEX #6E6352 Makara

📋 copy color: '#6E6352'

red 110 ◦ green 99 ◦ blue 82

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

Shades of Makara #6E6352

Tints of Makara #6E6352

RGB

 RED value IS 110 (43.36% from 255) = 37.8%

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

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 37.8%
G = 34.02%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6E6352 (or 0x6E6352) is known color: Makara. HEX triplet: 6E, 63 and 52. RGB value is (110,99,82). Sum of RGB (Red+Green+Blue) = 110+99+82=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6352 is #919CAD. Grayscale: #646464. Windows color (decimal): -9542830 or 5399406. OLE color: 5399406.

HSL color Cylindrical-coordinate representation of color #6E6352: hue angle of 36.43º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6352 is Cyan = 0, Magento = 0.1, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 99 82 -
CMYK 0 0.1 0.25 0.57
HSL 36.43º 0.15% 0.38% -
HSV(B) 36.43º 0.25% 0.43% -
XYZ 12.42 12.85 9.81 -
YUV 100.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 110 99 82 0 0.1 0.25 0.57 36.43 0.15 0.38
Hex 6E 63 52 0 A 19 39 24 F 26
Octal 156 143 122 0 12 31 71 44 17 46
Binary 1101110 1100011 1010010 0 1010 11001 111001 100100 1111 100110

Color Harmonies of #6E6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6352

Black with #6E6352

Text Example


Text Example

White with #6E6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E6352; }

 p { color: rgb(110,99,82); }

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

background-color css

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

 a { background-color: rgb(110,99,82); }

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

border-color css

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

 span { border-color: rgb(110,99,82); }

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