Html Css Color HEX #695638 Shingle Fawn

📋 copy color: '#695638'

red 105 ◦ green 86 ◦ blue 56

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

Shades of Shingle Fawn #695638

Tints of Shingle Fawn #695638

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

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

R = 42.51%
G = 34.82%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#695638 (or 0x695638) is known color: Shingle Fawn. HEX triplet: 69, 56 and 38. RGB value is (105,86,56). Sum of RGB (Red+Green+Blue) = 105+86+56=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #695638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695638 is #96A9C7. Grayscale: #585858. Windows color (decimal): -9873864 or 3692137. OLE color: 3692137.

HSL color Cylindrical-coordinate representation of color #695638: hue angle of 36.73º 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 #695638 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 86 56 -
CMYK 0 0.18 0.47 0.59
HSL 36.73º 0.3% 0.32% -
HSV(B) 36.73º 0.47% 0.41% -
XYZ 9.87 9.94 5.14 -
YUV 88.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 105 86 56 0 0.18 0.47 0.59 36.73 0.3 0.32
Hex 69 56 38 0 12 2F 3B 25 1E 20
Octal 151 126 70 0 22 57 73 45 36 40
Binary 1101001 1010110 111000 0 10010 101111 111011 100101 11110 100000

Color Harmonies of #695638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695638

Black with #695638

Text Example


Text Example

White with #695638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695638; }

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

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

background-color css

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

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

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

border-color css

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

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

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