Html Css Color HEX #675E52 Makara

📋 copy color: '#675E52'

red 103 ◦ green 94 ◦ blue 82

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

Shades of Makara #675E52

Tints of Makara #675E52

RGB

 RED value IS 103 (40.63% from 255) = 36.92%

 GREEN value IS 94 (37.11% from 255) = 33.69%

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

R = 36.92%
G = 33.69%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#675E52 (or 0x675E52) is known color: Makara. HEX triplet: 67, 5E and 52. RGB value is (103,94,82). Sum of RGB (Red+Green+Blue) = 103+94+82=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #675E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E52 is #98A1AD. Grayscale: #5F5F5F. Windows color (decimal): -10002862 or 5398119. OLE color: 5398119.

HSL color Cylindrical-coordinate representation of color #675E52: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675E52 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 94 82 -
CMYK 0 0.09 0.20 0.60
HSL 34.29º 0.11% 0.36% -
HSV(B) 34.29º 0.2% 0.4% -
XYZ 11.12 11.5 9.62 -
YUV 95.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 103 94 82 0 0.09 0.20 0.60 34.29 0.11 0.36
Hex 67 5E 52 0 9 14 3C 22 B 24
Octal 147 136 122 0 11 24 74 42 13 44
Binary 1100111 1011110 1010010 0 1001 10100 111100 100010 1011 100100

Color Harmonies of #675E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675E52

Black with #675E52

Text Example


Text Example

White with #675E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675E52; }

 p { color: rgb(103,94,82); }

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

background-color css

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

 a { background-color: rgb(103,94,82); }

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

border-color css

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

 span { border-color: rgb(103,94,82); }

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