Html Css Color HEX #676053 Makara

📋 copy color: '#676053'

red 103 ◦ green 96 ◦ blue 83

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

Shades of Makara #676053

Tints of Makara #676053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 36.52%
G = 34.04%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#676053 (or 0x676053) is known color: Makara. HEX triplet: 67, 60 and 53. RGB value is (103,96,83). Sum of RGB (Red+Green+Blue) = 103+96+83=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #676053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676053 is #989FAC. Grayscale: #606060. Windows color (decimal): -10002349 or 5464167. OLE color: 5464167.

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

Color convert

RGB 103 96 83 -
CMYK 0 0.07 0.19 0.60
HSL 39º 0.11% 0.36% -
HSV(B) 39º 0.19% 0.4% -
XYZ 11.34 11.87 9.88 -
YUV 96.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 103 96 83 0 0.07 0.19 0.60 39 0.11 0.36
Hex 67 60 53 0 7 13 3C 27 B 24
Octal 147 140 123 0 7 23 74 47 13 44
Binary 1100111 1100000 1010011 0 111 10011 111100 100111 1011 100100

Color Harmonies of #676053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676053

Black with #676053

Text Example


Text Example

White with #676053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676053; }

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

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

background-color css

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

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

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

border-color css

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

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

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