Html Css Color HEX #685E4B Makara

📋 copy color: '#685E4B'

red 104 ◦ green 94 ◦ blue 75

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

Shades of Makara #685E4B

Tints of Makara #685E4B

RGB

 RED value IS 104 (41.02% from 255) = 38.1%

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 38.1%
G = 34.43%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#685E4B (or 0x685E4B) is known color: Makara. HEX triplet: 68, 5E and 4B. RGB value is (104,94,75). Sum of RGB (Red+Green+Blue) = 104+94+75=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E4B is #97A1B4. Grayscale: #5E5E5E. Windows color (decimal): -9937333 or 4939368. OLE color: 4939368.

HSL color Cylindrical-coordinate representation of color #685E4B: hue angle of 39.31º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685E4B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 75 -
CMYK 0 0.10 0.28 0.59
HSL 39.31º 0.16% 0.35% -
HSV(B) 39.31º 0.28% 0.41% -
XYZ 10.98 11.46 8.29 -
YUV 94.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 104 94 75 0 0.10 0.28 0.59 39.31 0.16 0.35
Hex 68 5E 4B 0 A 1C 3B 27 10 23
Octal 150 136 113 0 12 34 73 47 20 43
Binary 1101000 1011110 1001011 0 1010 11100 111011 100111 10000 100011

Color Harmonies of #685E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E4B

Black with #685E4B

Text Example


Text Example

White with #685E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685E4B; }

 p { color: rgb(104,94,75); }

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

background-color css

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

 a { background-color: rgb(104,94,75); }

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

border-color css

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

 span { border-color: rgb(104,94,75); }

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