Html Css Color HEX #676057 Makara

📋 copy color: '#676057'

red 103 ◦ green 96 ◦ blue 87

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

Shades of Makara #676057

Tints of Makara #676057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

 BLUE value IS 87 (34.38% from 255) = 30.42%

R = 36.01%
G = 33.57%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#676057 (or 0x676057) is known color: Makara. HEX triplet: 67, 60 and 57. RGB value is (103,96,87). Sum of RGB (Red+Green+Blue) = 103+96+87=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #676057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676057 is #989FA8. Grayscale: #616161. Windows color (decimal): -10002345 or 5726311. OLE color: 5726311.

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

Color convert

RGB 103 96 87 -
CMYK 0 0.07 0.16 0.60
HSL 33.75º 0.08% 0.37% -
HSV(B) 33.75º 0.16% 0.4% -
XYZ 11.5 11.94 10.72 -
YUV 97.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 103 96 87 0 0.07 0.16 0.60 33.75 0.08 0.37
Hex 67 60 57 0 7 10 3C 22 8 25
Octal 147 140 127 0 7 20 74 42 10 45
Binary 1100111 1100000 1010111 0 111 10000 111100 100010 1000 100101

Color Harmonies of #676057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676057

Black with #676057

Text Example


Text Example

White with #676057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676057; }

 p { color: rgb(103,96,87); }

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

background-color css

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

 a { background-color: rgb(103,96,87); }

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

border-color css

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

 span { border-color: rgb(103,96,87); }

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