Html Css Color HEX #6D7D67 Xanadu

📋 copy color: '#6D7D67'

red 109 ◦ green 125 ◦ blue 103

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

Shades of Xanadu #6D7D67

Tints of Xanadu #6D7D67

RGB

 RED value IS 109 (42.97% from 255) = 32.34%

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 32.34%
G = 37.09%
B = 30.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#6D7D67 (or 0x6D7D67) is known color: Xanadu. HEX triplet: 6D, 7D and 67. RGB value is (109,125,103). Sum of RGB (Red+Green+Blue) = 109+125+103=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 125 - color contains mainly: green. Hex color #6D7D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7D67 is #928298. Grayscale: #757575. Windows color (decimal): -9601689 or 6782317. OLE color: 6782317.

HSL color Cylindrical-coordinate representation of color #6D7D67: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D7D67 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 125 103 -
CMYK 0.13 0 0.18 0.51
HSL 103.64º 0.1% 0.45% -
HSV(B) 103.64º 0.18% 0.49% -
XYZ 16.09 18.9 15.63 -
YUV 117.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 109 125 103 0.13 0 0.18 0.51 103.64 0.1 0.45
Hex 6D 7D 67 D 0 12 33 68 A 2D
Octal 155 175 147 15 0 22 63 150 12 55
Binary 1101101 1111101 1100111 1101 0 10010 110011 1101000 1010 101101

Color Harmonies of #6D7D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7D67

Black with #6D7D67

Text Example


Text Example

White with #6D7D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,103); }

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

background-color css

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

 a { background-color: rgb(109,125,103); }

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

border-color css

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

 span { border-color: rgb(109,125,103); }

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