Html Css Color HEX #6F6360 Russett

📋 copy color: '#6F6360'

red 111 ◦ green 99 ◦ blue 96

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

Shades of Russett #6F6360

Tints of Russett #6F6360

RGB

 RED value IS 111 (43.75% from 255) = 36.27%

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 36.27%
G = 32.35%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F6360 (or 0x6F6360) is known color: Russett. HEX triplet: 6F, 63 and 60. RGB value is (111,99,96). Sum of RGB (Red+Green+Blue) = 111+99+96=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6360 is #909C9F. Grayscale: #666666. Windows color (decimal): -9477280 or 6316911. OLE color: 6316911.

HSL color Cylindrical-coordinate representation of color #6F6360: hue angle of 12º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6360 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 96 -
CMYK 0 0.11 0.14 0.56
HSL 12º 0.07% 0.41% -
HSV(B) 12º 0.14% 0.44% -
XYZ 13.13 13.15 12.91 -
YUV 102.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 111 99 96 0 0.11 0.14 0.56 12 0.07 0.41
Hex 6F 63 60 0 B E 38 C 7 29
Octal 157 143 140 0 13 16 70 14 7 51
Binary 1101111 1100011 1100000 0 1011 1110 111000 1100 111 101001

Color Harmonies of #6F6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6360

Black with #6F6360

Text Example


Text Example

White with #6F6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F6360; }

 p { color: rgb(111,99,96); }

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

background-color css

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

 a { background-color: rgb(111,99,96); }

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

border-color css

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

 span { border-color: rgb(111,99,96); }

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