Html Css Color HEX #6A6252 Makara

📋 copy color: '#6A6252'

red 106 ◦ green 98 ◦ blue 82

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

Shades of Makara #6A6252

Tints of Makara #6A6252

RGB

 RED value IS 106 (41.8% from 255) = 37.06%

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 37.06%
G = 34.27%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A6252 (or 0x6A6252) is known color: Makara. HEX triplet: 6A, 62 and 52. RGB value is (106,98,82). Sum of RGB (Red+Green+Blue) = 106+98+82=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6252 is #959DAD. Grayscale: #626262. Windows color (decimal): -9805230 or 5399146. OLE color: 5399146.

HSL color Cylindrical-coordinate representation of color #6A6252: hue angle of 40º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A6252 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 98 82 -
CMYK 0 0.08 0.23 0.58
HSL 40º 0.13% 0.37% -
HSV(B) 40º 0.23% 0.42% -
XYZ 11.83 12.41 9.75 -
YUV 98.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 106 98 82 0 0.08 0.23 0.58 40 0.13 0.37
Hex 6A 62 52 0 8 17 3A 28 D 25
Octal 152 142 122 0 10 27 72 50 15 45
Binary 1101010 1100010 1010010 0 1000 10111 111010 101000 1101 100101

Color Harmonies of #6A6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6252

Black with #6A6252

Text Example


Text Example

White with #6A6252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,98,82); }

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

background-color css

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

 a { background-color: rgb(106,98,82); }

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

border-color css

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

 span { border-color: rgb(106,98,82); }

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