Html Css Color HEX #695238 Shingle Fawn

📋 copy color: '#695238'

red 105 ◦ green 82 ◦ blue 56

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

Shades of Shingle Fawn #695238

Tints of Shingle Fawn #695238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

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

R = 43.21%
G = 33.74%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#695238 (or 0x695238) is known color: Shingle Fawn. HEX triplet: 69, 52 and 38. RGB value is (105,82,56). Sum of RGB (Red+Green+Blue) = 105+82+56=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #695238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695238 is #96ADC7. Grayscale: #565656. Windows color (decimal): -9874888 or 3691113. OLE color: 3691113.

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

Color convert

RGB 105 82 56 -
CMYK 0 0.22 0.47 0.59
HSL 31.84º 0.3% 0.32% -
HSV(B) 31.84º 0.47% 0.41% -
XYZ 9.56 9.32 5.04 -
YUV 85.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 105 82 56 0 0.22 0.47 0.59 31.84 0.3 0.32
Hex 69 52 38 0 16 2F 3B 20 1E 20
Octal 151 122 70 0 26 57 73 40 36 40
Binary 1101001 1010010 111000 0 10110 101111 111011 100000 11110 100000

Color Harmonies of #695238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695238

Black with #695238

Text Example


Text Example

White with #695238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695238; }

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

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

background-color css

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

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

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

border-color css

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

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

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