Html Css Color HEX #675C49 Makara

📋 copy color: '#675C49'

red 103 ◦ green 92 ◦ blue 73

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

Shades of Makara #675C49

Tints of Makara #675C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.33%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 38.43%
G = 34.33%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#675C49 (or 0x675C49) is known color: Makara. HEX triplet: 67, 5C and 49. RGB value is (103,92,73). Sum of RGB (Red+Green+Blue) = 103+92+73=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675C49 is #98A3B6. Grayscale: #5D5D5D. Windows color (decimal): -10003383 or 4807783. OLE color: 4807783.

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

Color convert

RGB 103 92 73 -
CMYK 0 0.11 0.29 0.60
HSL 38º 0.17% 0.35% -
HSV(B) 38º 0.29% 0.4% -
XYZ 10.62 11.02 7.87 -
YUV 93.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 103 92 73 0 0.11 0.29 0.60 38 0.17 0.35
Hex 67 5C 49 0 B 1D 3C 26 11 23
Octal 147 134 111 0 13 35 74 46 21 43
Binary 1100111 1011100 1001001 0 1011 11101 111100 100110 10001 100011

Color Harmonies of #675C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C49

Black with #675C49

Text Example


Text Example

White with #675C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,92,73); }

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

background-color css

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

 a { background-color: rgb(103,92,73); }

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

border-color css

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

 span { border-color: rgb(103,92,73); }

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