Html Css Color HEX #685438 Shingle Fawn

📋 copy color: '#685438'

red 104 ◦ green 84 ◦ blue 56

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

Shades of Shingle Fawn #685438

Tints of Shingle Fawn #685438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 42.62%
G = 34.43%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#685438 (or 0x685438) is known color: Shingle Fawn. HEX triplet: 68, 54 and 38. RGB value is (104,84,56). Sum of RGB (Red+Green+Blue) = 104+84+56=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #685438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685438 is #97ABC7. Grayscale: #565656. Windows color (decimal): -9939912 or 3691624. OLE color: 3691624.

HSL color Cylindrical-coordinate representation of color #685438: hue angle of 35º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685438 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 56 -
CMYK 0 0.19 0.46 0.59
HSL 35º 0.3% 0.31% -
HSV(B) 35º 0.46% 0.41% -
XYZ 9.59 9.57 5.08 -
YUV 86.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 104 84 56 0 0.19 0.46 0.59 35 0.3 0.31
Hex 68 54 38 0 13 2E 3B 23 1E 1F
Octal 150 124 70 0 23 56 73 43 36 37
Binary 1101000 1010100 111000 0 10011 101110 111011 100011 11110 11111

Color Harmonies of #685438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685438

Black with #685438

Text Example


Text Example

White with #685438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685438; }

 p { color: rgb(104,84,56); }

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

background-color css

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

 a { background-color: rgb(104,84,56); }

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

border-color css

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

 span { border-color: rgb(104,84,56); }

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