Html Css Color HEX #6C7373 Nevada

📋 copy color: '#6C7373'

red 108 ◦ green 115 ◦ blue 115

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

Shades of Nevada #6C7373

Tints of Nevada #6C7373

RGB

 RED value IS 108 (42.58% from 255) = 31.95%

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 31.95%
G = 34.02%
B = 34.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C7373 (or 0x6C7373) is known color: Nevada. HEX triplet: 6C, 73 and 73. RGB value is (108,115,115). Sum of RGB (Red+Green+Blue) = 108+115+115=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #6C7373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7373 is #938C8C. Grayscale: #707070. Windows color (decimal): -9669773 or 7566188. OLE color: 7566188.

HSL color Cylindrical-coordinate representation of color #6C7373: hue angle of 180º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C7373 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 115 115 -
CMYK 0.06 0 0 0.55
HSL 180º 0.03% 0.44% -
HSV(B) 180º 0.06% 0.45% -
XYZ 15.41 16.69 18.63 -
YUV 112.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 108 115 115 0.06 0 0 0.55 180 0.03 0.44
Hex 6C 73 73 6 0 0 37 B4 3 2C
Octal 154 163 163 6 0 0 67 264 3 54
Binary 1101100 1110011 1110011 110 0 0 110111 10110100 11 101100

Color Harmonies of #6C7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7373

Black with #6C7373

Text Example


Text Example

White with #6C7373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,115); }

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

background-color css

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

 a { background-color: rgb(108,115,115); }

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

border-color css

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

 span { border-color: rgb(108,115,115); }

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