Html Css Color HEX #675F56 Makara

📋 copy color: '#675F56'

red 103 ◦ green 95 ◦ blue 86

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

Shades of Makara #675F56

Tints of Makara #675F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 36.27%
G = 33.45%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#675F56 (or 0x675F56) is known color: Makara. HEX triplet: 67, 5F and 56. RGB value is (103,95,86). Sum of RGB (Red+Green+Blue) = 103+95+86=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F56 is #98A0A9. Grayscale: #606060. Windows color (decimal): -10002602 or 5660519. OLE color: 5660519.

HSL color Cylindrical-coordinate representation of color #675F56: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675F56 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 95 86 -
CMYK 0 0.08 0.17 0.60
HSL 31.76º 0.09% 0.37% -
HSV(B) 31.76º 0.17% 0.4% -
XYZ 11.37 11.74 10.47 -
YUV 96.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 103 95 86 0 0.08 0.17 0.60 31.76 0.09 0.37
Hex 67 5F 56 0 8 11 3C 20 9 25
Octal 147 137 126 0 10 21 74 40 11 45
Binary 1100111 1011111 1010110 0 1000 10001 111100 100000 1001 100101

Color Harmonies of #675F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F56

Black with #675F56

Text Example


Text Example

White with #675F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,86); }

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

background-color css

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

 a { background-color: rgb(103,95,86); }

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

border-color css

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

 span { border-color: rgb(103,95,86); }

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