Html Css Color HEX #695839 Shingle Fawn

📋 copy color: '#695839'

red 105 ◦ green 88 ◦ blue 57

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

Shades of Shingle Fawn #695839

Tints of Shingle Fawn #695839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 42%
G = 35.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#695839 (or 0x695839) is known color: Shingle Fawn. HEX triplet: 69, 58 and 39. RGB value is (105,88,57). Sum of RGB (Red+Green+Blue) = 105+88+57=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #695839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695839 is #96A7C6. Grayscale: #595959. Windows color (decimal): -9873351 or 3758185. OLE color: 3758185.

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

Color convert

RGB 105 88 57 -
CMYK 0 0.16 0.46 0.59
HSL 38.75º 0.3% 0.32% -
HSV(B) 38.75º 0.46% 0.41% -
XYZ 10.05 10.28 5.32 -
YUV 89.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 105 88 57 0 0.16 0.46 0.59 38.75 0.3 0.32
Hex 69 58 39 0 10 2E 3B 27 1E 20
Octal 151 130 71 0 20 56 73 47 36 40
Binary 1101001 1011000 111001 0 10000 101110 111011 100111 11110 100000

Color Harmonies of #695839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695839

Black with #695839

Text Example


Text Example

White with #695839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695839; }

 p { color: rgb(105,88,57); }

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

background-color css

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

 a { background-color: rgb(105,88,57); }

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

border-color css

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

 span { border-color: rgb(105,88,57); }

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