Html Css Color HEX #6F6461 Russett

📋 copy color: '#6F6461'

red 111 ◦ green 100 ◦ blue 97

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

Shades of Russett #6F6461

Tints of Russett #6F6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 36.04%
G = 32.47%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F6461 (or 0x6F6461) is known color: Russett. HEX triplet: 6F, 64 and 61. RGB value is (111,100,97). Sum of RGB (Red+Green+Blue) = 111+100+97=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6461 is #909B9E. Grayscale: #666666. Windows color (decimal): -9477023 or 6382703. OLE color: 6382703.

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

Color convert

RGB 111 100 97 -
CMYK 0 0.10 0.13 0.56
HSL 12.86º 0.07% 0.41% -
HSV(B) 12.86º 0.13% 0.44% -
XYZ 13.27 13.36 13.19 -
YUV 102.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 111 100 97 0 0.10 0.13 0.56 12.86 0.07 0.41
Hex 6F 64 61 0 A D 38 D 7 29
Octal 157 144 141 0 12 15 70 15 7 51
Binary 1101111 1100100 1100001 0 1010 1101 111000 1101 111 101001

Color Harmonies of #6F6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6461

Black with #6F6461

Text Example


Text Example

White with #6F6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,100,97); }

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

background-color css

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

 a { background-color: rgb(111,100,97); }

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

border-color css

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

 span { border-color: rgb(111,100,97); }

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