Html Css Color HEX #695438 Shingle Fawn

📋 copy color: '#695438'

red 105 ◦ green 84 ◦ blue 56

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

Shades of Shingle Fawn #695438

Tints of Shingle Fawn #695438

RGB

 RED value IS 105 (41.41% from 255) = 42.86%

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

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

R = 42.86%
G = 34.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#695438 (or 0x695438) is known color: Shingle Fawn. HEX triplet: 69, 54 and 38. RGB value is (105,84,56). Sum of RGB (Red+Green+Blue) = 105+84+56=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #695438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695438 is #96ABC7. Grayscale: #575757. Windows color (decimal): -9874376 or 3691625. OLE color: 3691625.

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

Color convert

RGB 105 84 56 -
CMYK 0 0.20 0.47 0.59
HSL 34.29º 0.3% 0.32% -
HSV(B) 34.29º 0.47% 0.41% -
XYZ 9.71 9.63 5.09 -
YUV 87.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 105 84 56 0 0.20 0.47 0.59 34.29 0.3 0.32
Hex 69 54 38 0 14 2F 3B 22 1E 20
Octal 151 124 70 0 24 57 73 42 36 40
Binary 1101001 1010100 111000 0 10100 101111 111011 100010 11110 100000

Color Harmonies of #695438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695438

Black with #695438

Text Example


Text Example

White with #695438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695438; }

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

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

background-color css

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

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

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

border-color css

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

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

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