Html Css Color HEX #6B7155 Siam

📋 copy color: '#6B7155'

red 107 ◦ green 113 ◦ blue 85

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

Shades of Siam #6B7155

Tints of Siam #6B7155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 35.08%
G = 37.05%
B = 27.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6B7155 (or 0x6B7155) is known color: Siam. HEX triplet: 6B, 71 and 55. RGB value is (107,113,85). Sum of RGB (Red+Green+Blue) = 107+113+85=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #6B7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7155 is #948EAA. Grayscale: #6C6C6C. Windows color (decimal): -9735851 or 5599595. OLE color: 5599595.

HSL color Cylindrical-coordinate representation of color #6B7155: hue angle of 72.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B7155 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 85 -
CMYK 0.05 0 0.25 0.56
HSL 72.86º 0.14% 0.39% -
HSV(B) 72.86º 0.25% 0.44% -
XYZ 13.61 15.59 10.89 -
YUV 108.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 107 113 85 0.05 0 0.25 0.56 72.86 0.14 0.39
Hex 6B 71 55 5 0 19 38 49 E 27
Octal 153 161 125 5 0 31 70 111 16 47
Binary 1101011 1110001 1010101 101 0 11001 111000 1001001 1110 100111

Color Harmonies of #6B7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7155

Black with #6B7155

Text Example


Text Example

White with #6B7155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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