Html Css Color HEX #6B715A Siam

📋 copy color: '#6B715A'

red 107 ◦ green 113 ◦ blue 90

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

Shades of Siam #6B715A

Tints of Siam #6B715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 34.52%
G = 36.45%
B = 29.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6B715A (or 0x6B715A) is known color: Siam. HEX triplet: 6B, 71 and 5A. RGB value is (107,113,90). Sum of RGB (Red+Green+Blue) = 107+113+90=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #6B715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B715A is #948EA5. Grayscale: #6C6C6C. Windows color (decimal): -9735846 or 5927275. OLE color: 5927275.

HSL color Cylindrical-coordinate representation of color #6B715A: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B715A is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 90 -
CMYK 0.05 0 0.20 0.56
HSL 75.65º 0.11% 0.4% -
HSV(B) 75.65º 0.2% 0.44% -
XYZ 13.81 15.67 11.97 -
YUV 108.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 107 113 90 0.05 0 0.20 0.56 75.65 0.11 0.4
Hex 6B 71 5A 5 0 14 38 4C B 28
Octal 153 161 132 5 0 24 70 114 13 50
Binary 1101011 1110001 1011010 101 0 10100 111000 1001100 1011 101000

Color Harmonies of #6B715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B715A

Black with #6B715A

Text Example


Text Example

White with #6B715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,90); }

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

background-color css

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

 a { background-color: rgb(107,113,90); }

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

border-color css

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

 span { border-color: rgb(107,113,90); }

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