Html Css Color HEX #695336 Shingle Fawn

📋 copy color: '#695336'

red 105 ◦ green 83 ◦ blue 54

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

Shades of Shingle Fawn #695336

Tints of Shingle Fawn #695336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 43.39%
G = 34.3%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#695336 (or 0x695336) is known color: Shingle Fawn. HEX triplet: 69, 53 and 36. RGB value is (105,83,54). Sum of RGB (Red+Green+Blue) = 105+83+54=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #695336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695336 is #96ACC9. Grayscale: #565656. Windows color (decimal): -9874634 or 3560297. OLE color: 3560297.

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

Color convert

RGB 105 83 54 -
CMYK 0 0.21 0.49 0.59
HSL 34.12º 0.32% 0.31% -
HSV(B) 34.12º 0.49% 0.41% -
XYZ 9.58 9.46 4.81 -
YUV 86.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 105 83 54 0 0.21 0.49 0.59 34.12 0.32 0.31
Hex 69 53 36 0 15 31 3B 22 20 1F
Octal 151 123 66 0 25 61 73 42 40 37
Binary 1101001 1010011 110110 0 10101 110001 111011 100010 100000 11111

Color Harmonies of #695336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695336

Black with #695336

Text Example


Text Example

White with #695336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695336; }

 p { color: rgb(105,83,54); }

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

background-color css

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

 a { background-color: rgb(105,83,54); }

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

border-color css

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

 span { border-color: rgb(105,83,54); }

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