Html Css Color HEX #6B7356 Siam

📋 copy color: '#6B7356'

red 107 ◦ green 115 ◦ blue 86

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

Shades of Siam #6B7356

Tints of Siam #6B7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 34.74%
G = 37.34%
B = 27.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#6B7356 (or 0x6B7356) is known color: Siam. HEX triplet: 6B, 73 and 56. RGB value is (107,115,86). Sum of RGB (Red+Green+Blue) = 107+115+86=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7356 is #948CA9. Grayscale: #6D6D6D. Windows color (decimal): -9735338 or 5665643. OLE color: 5665643.

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

Color convert

RGB 107 115 86 -
CMYK 0.07 0 0.25 0.55
HSL 76.55º 0.14% 0.39% -
HSV(B) 76.55º 0.25% 0.45% -
XYZ 13.87 16.06 11.17 -
YUV 109.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 107 115 86 0.07 0 0.25 0.55 76.55 0.14 0.39
Hex 6B 73 56 7 0 19 37 4D E 27
Octal 153 163 126 7 0 31 67 115 16 47
Binary 1101011 1110011 1010110 111 0 11001 110111 1001101 1110 100111

Color Harmonies of #6B7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7356

Black with #6B7356

Text Example


Text Example

White with #6B7356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,86); }

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

background-color css

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

 a { background-color: rgb(107,115,86); }

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

border-color css

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

 span { border-color: rgb(107,115,86); }

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