Html Css Color HEX #6B6D5B Siam

📋 copy color: '#6B6D5B'

red 107 ◦ green 109 ◦ blue 91

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

Shades of Siam #6B6D5B

Tints of Siam #6B6D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 34.85%
G = 35.5%
B = 29.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6B6D5B (or 0x6B6D5B) is known color: Siam. HEX triplet: 6B, 6D and 5B. RGB value is (107,109,91). Sum of RGB (Red+Green+Blue) = 107+109+91=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D5B is #9492A4. Grayscale: #6A6A6A. Windows color (decimal): -9736869 or 5991787. OLE color: 5991787.

HSL color Cylindrical-coordinate representation of color #6B6D5B: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B6D5B is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 109 91 -
CMYK 0.02 0 0.17 0.57
HSL 66.67º 0.09% 0.39% -
HSV(B) 66.67º 0.17% 0.43% -
XYZ 13.42 14.82 12.05 -
YUV 106.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 107 109 91 0.02 0 0.17 0.57 66.67 0.09 0.39
Hex 6B 6D 5B 2 0 11 39 43 9 27
Octal 153 155 133 2 0 21 71 103 11 47
Binary 1101011 1101101 1011011 10 0 10001 111001 1000011 1001 100111

Color Harmonies of #6B6D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D5B

Black with #6B6D5B

Text Example


Text Example

White with #6B6D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,109,91); }

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

background-color css

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

 a { background-color: rgb(107,109,91); }

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

border-color css

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

 span { border-color: rgb(107,109,91); }

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