Html Css Color HEX #8C695C Beaver

📋 copy color: '#8C695C'

red 140 ◦ green 105 ◦ blue 92

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

Shades of Beaver #8C695C

Tints of Beaver #8C695C

RGB

 RED value IS 140 (55.08% from 255) = 41.54%

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 41.54%
G = 31.16%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C695C (or 0x8C695C) is known color: Beaver. HEX triplet: 8C, 69 and 5C. RGB value is (140,105,92). Sum of RGB (Red+Green+Blue) = 140+105+92=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C695C is #7396A3. Grayscale: #727272. Windows color (decimal): -7575204 or 6056332. OLE color: 6056332.

HSL color Cylindrical-coordinate representation of color #8C695C: hue angle of 16.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C695C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 92 -
CMYK 0 0.25 0.34 0.45
HSL 16.25º 0.21% 0.45% -
HSV(B) 16.25º 0.34% 0.55% -
XYZ 17.8 16.45 12.36 -
YUV 113.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 140 105 92 0 0.25 0.34 0.45 16.25 0.21 0.45
Hex 8C 69 5C 0 19 22 2D 10 15 2D
Octal 214 151 134 0 31 42 55 20 25 55
Binary 10001100 1101001 1011100 0 11001 100010 101101 10000 10101 101101

Color Harmonies of #8C695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C695C

Black with #8C695C

Text Example


Text Example

White with #8C695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C695C; }

 p { color: rgb(140,105,92); }

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

background-color css

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

 a { background-color: rgb(140,105,92); }

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

border-color css

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

 span { border-color: rgb(140,105,92); }

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