Html Css Color HEX #8A675C Russett

📋 copy color: '#8A675C'

red 138 ◦ green 103 ◦ blue 92

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

Shades of Russett #8A675C

Tints of Russett #8A675C

RGB

 RED value IS 138 (54.3% from 255) = 41.44%

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 41.44%
G = 30.93%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A675C (or 0x8A675C) is known color: Russett. HEX triplet: 8A, 67 and 5C. RGB value is (138,103,92). Sum of RGB (Red+Green+Blue) = 138+103+92=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A675C is #7598A3. Grayscale: #707070. Windows color (decimal): -7706788 or 6055818. OLE color: 6055818.

HSL color Cylindrical-coordinate representation of color #8A675C: hue angle of 14.35º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A675C is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 103 92 -
CMYK 0 0.25 0.33 0.46
HSL 14.35º 0.2% 0.45% -
HSV(B) 14.35º 0.33% 0.54% -
XYZ 17.26 15.88 12.28 -
YUV 112.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 138 103 92 0 0.25 0.33 0.46 14.35 0.2 0.45
Hex 8A 67 5C 0 19 21 2E E 14 2D
Octal 212 147 134 0 31 41 56 16 24 55
Binary 10001010 1100111 1011100 0 11001 100001 101110 1110 10100 101101

Color Harmonies of #8A675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A675C

Black with #8A675C

Text Example


Text Example

White with #8A675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,92); }

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

background-color css

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

 a { background-color: rgb(138,103,92); }

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

border-color css

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

 span { border-color: rgb(138,103,92); }

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