Html Css Color HEX #6B895F Xanadu

📋 copy color: '#6B895F'

red 107 ◦ green 137 ◦ blue 95

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

Shades of Xanadu #6B895F

Tints of Xanadu #6B895F

RGB

 RED value IS 107 (42.19% from 255) = 31.56%

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 31.56%
G = 40.41%
B = 28.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#6B895F (or 0x6B895F) is known color: Xanadu. HEX triplet: 6B, 89 and 5F. RGB value is (107,137,95). Sum of RGB (Red+Green+Blue) = 107+137+95=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #6B895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B895F is #9476A0. Grayscale: #7B7B7B. Windows color (decimal): -9729697 or 6261099. OLE color: 6261099.

HSL color Cylindrical-coordinate representation of color #6B895F: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B895F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 137 95 -
CMYK 0.22 0 0.31 0.46
HSL 102.86º 0.18% 0.45% -
HSV(B) 102.86º 0.31% 0.54% -
XYZ 17.07 21.84 14.14 -
YUV 123.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 107 137 95 0.22 0 0.31 0.46 102.86 0.18 0.45
Hex 6B 89 5F 16 0 1F 2E 67 12 2D
Octal 153 211 137 26 0 37 56 147 22 55
Binary 1101011 10001001 1011111 10110 0 11111 101110 1100111 10010 101101

Color Harmonies of #6B895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B895F

Black with #6B895F

Text Example


Text Example

White with #6B895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,137,95); }

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

background-color css

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

 a { background-color: rgb(107,137,95); }

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

border-color css

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

 span { border-color: rgb(107,137,95); }

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