Html Css Color HEX #676153 Makara

📋 copy color: '#676153'

red 103 ◦ green 97 ◦ blue 83

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

Shades of Makara #676153

Tints of Makara #676153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 36.4%
G = 34.28%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#676153 (or 0x676153) is known color: Makara. HEX triplet: 67, 61 and 53. RGB value is (103,97,83). Sum of RGB (Red+Green+Blue) = 103+97+83=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #676153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676153 is #989EAC. Grayscale: #616161. Windows color (decimal): -10002093 or 5464423. OLE color: 5464423.

HSL color Cylindrical-coordinate representation of color #676153: hue angle of 42º 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 #676153 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 97 83 -
CMYK 0 0.06 0.19 0.60
HSL 42º 0.11% 0.36% -
HSV(B) 42º 0.19% 0.4% -
XYZ 11.43 12.06 9.91 -
YUV 97.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 103 97 83 0 0.06 0.19 0.60 42 0.11 0.36
Hex 67 61 53 0 6 13 3C 2A B 24
Octal 147 141 123 0 6 23 74 52 13 44
Binary 1100111 1100001 1010011 0 110 10011 111100 101010 1011 100100

Color Harmonies of #676153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676153

Black with #676153

Text Example


Text Example

White with #676153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676153; }

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

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

background-color css

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

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

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

border-color css

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

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

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